docs: Update changelog

This commit is contained in:
Stein Magnus Jodal 2018-03-30 11:59:46 +02:00
parent e215484c75
commit 4581451973

View File

@ -14,6 +14,12 @@ Feature release.
change, this shouldn't affect any supported systems as even Debian stable change, this shouldn't affect any supported systems as even Debian stable
includes Tornado >= 4.4. includes Tornado >= 4.4.
- Core: Fix crash on `library.lookup(uris=[])`. (Fixes: :issue:`1619`, PR:
:issue:`1620`)
- File: Change default ordering to show directories first, then files. (PR:
:issue:`1595`)
- File: Fix extraneous encoding of path. (PR: :issue:`1611`) - File: Fix extraneous encoding of path. (PR: :issue:`1611`)
- MPD: Added ``idle`` to the list of available commands. - MPD: Added ``idle`` to the list of available commands.
@ -26,6 +32,9 @@ Feature release.
instead replaces unknown bytes with a replacement marker. (Fixes: instead replaces unknown bytes with a replacement marker. (Fixes:
:issue:`1599`) :issue:`1599`)
- Set GLib program and application name, so that we show up as "Mopidy" in
PulseAudio instead of "python ...". (PR: :issue:`1626`)
v2.1.0 (2017-01-02) v2.1.0 (2017-01-02)
=================== ===================