From 1d2b43a5f91c97d9f22e5d7b8b26ca214bf16153 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Mon, 4 Feb 2019 15:27:04 +0530 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 95c05cb..02668db 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - ### Changed +- Fetch all artist albums by default instead of only fetching the "album" type ([@ritiek](https://github.com/ritiek)) (#493) - Option `-f` (`--folder`) is used when exporting text files using `-p` (`--playlist`) for playlists or `-b` (`--album`) for albums ([@Silverfeelin](https://github.com/Silverfeelin)) (#476) - Use first artist from album object for album artist ([@tillhainbach](https://github.com/tillhainbach))