From cfa9f78ce4ff4e7ab9330a05b0484889d7d7ff0d Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Sun, 10 Feb 2019 20:28:52 +0530 Subject: [PATCH] Mark section for v1.1.2 --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 02668db..d39a530 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,10 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + ## [Unreleased] ### Added - +### Changed +- + +### Fixed +- + +## [1.1.2] - 2019-02-10 ### 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)