From 8d7dc762de890c77e9de1a45ae2bd63c068bc413 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Tue, 4 Dec 2018 20:38:30 +0530 Subject: [PATCH] Add a changelog entry --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e711ac5..e340b4a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Added +- Ability to pass multiple tracks with `-s` option ([@ritiek](https://github.com/ritiek)) (#442) + ### Changed - Refactored core downloading module ([@ritiek](https://github.com/ritiek)) (#410)