From e5e6f985ba64922809ea6536aa9945aa390d224f Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sun, 25 Jan 2015 22:45:46 +0100 Subject: [PATCH] Update changelog. --- docs/changelog.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 82921d4..4c3d4af 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,15 @@ Changelog =========== +Version 0.9.2 +~~~~~~~~~~~~~ + +Released on 2015-01-25. + +- Allow to specify the author of an album (ref #139). +- Fix encoding issue with the progress bar on py3 (fix #137). +- Avoid failure when an image can't be read (fix #134). + Version 0.9.1 ~~~~~~~~~~~~~