From e8816b6c070d2d64086511f6c408d4b8eeff0389 Mon Sep 17 00:00:00 2001 From: Manoel Vilela Date: Fri, 8 Sep 2017 21:25:49 -0300 Subject: [PATCH] Add CHANGELOG entry for v0.3.2 --- CHANGELOG | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d7e01fa..3e65837 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,3 @@ -# Milestones in general - - v0.1 * search: mal anime-regex * filtering: mal [sublist] @@ -73,3 +71,13 @@ * Add --user option for filter command * Add a new command `add` to add new animes to user list * Fix issues on login and CONFIG_FILE creation +- v0.3.2 + * Add version -v and --version flags + * Add requirements-dev.txt to build packages and docs + * Add basic documentation on docs/source/index.rst from README.md (used pandoc) + * Remove support for watch and download commands + * Use RawConfigParser instead of ConfigParser for configuration + * Setup ReadTheDocs on docs/ and integrate with mal package to fetch the new + version from `mal.__version__` variable. + * Note: old users should fix date_format on ~/.config/mal/myanimelist.ini + manually changing from %%d-%%m-%%Y to %d-%m-%Y.