diff --git a/docs/changelog.rst b/docs/changelog.rst index 12a19057..bcb8e32a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,7 @@ Changelog This changelog is used to track all major changes to Mopidy. + v0.17.0 (UNRELEASED) ==================== @@ -14,15 +15,32 @@ v0.17.0 (UNRELEASED) **Local backend** -- Fix search filtering by track number. - - When scanning, we no longer default the album artist to be the same as the track artist. Album artist is now only populated if the scanned file got an explicit album artist set. + +v0.16.1 (2013-11-02) +==================== + +This is very small release to get Mopidy's Debian package ready for inclusion +in Debian. + +**Commands** + +- Fix removal of last dir level in paths to dependencies in + ``mopidy --show-deps`` output. + +- Add manpages for all commands. + +**Local backend** + +- Fix search filtering by track number that was added in 0.16.0. + **MPD frontend** -- Add support for ``list "albumartist" ...``. +- Add support for ``list "albumartist" ...`` which was missed when ``find`` and + ``search`` learned to handle ``albumartist`` in 0.16.0. v0.16.0 (2013-10-27)