From d53a6ea471e121049dc8b25555f6f1c5ce7368c6 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Wed, 20 May 2020 12:55:37 +0530 Subject: [PATCH] Add changelog entry for 2aa7dce4a42 --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 885248d..6404be4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -17,6 +17,10 @@ The release dates mentioned follow the format `DD-MM-YYYY`. ([@ritiek](https://github.com/ritiek/spotify-downloader)) (2aa7dce4a42feb5cd3ceb9324e58da524cdb4b6f) +### Changed +- Disable unneeded logs from `chardet`. ([@ritiek](https://github.com/ritiek)) + (c1b3949edb943cc21a63c34d6a01ed59e9b6536d) + ## [2.0.4] - 19-05-2020 ### Fixed - Do not remove the currently downloading track from file on `KeyboardInterrupt`