From 4581451973232785a5700989d90875a850a00b6c Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 30 Mar 2018 11:59:46 +0200 Subject: [PATCH] docs: Update changelog --- docs/changelog.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 782b6281..425dad5c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -14,6 +14,12 @@ Feature release. change, this shouldn't affect any supported systems as even Debian stable 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`) - MPD: Added ``idle`` to the list of available commands. @@ -26,6 +32,9 @@ Feature release. instead replaces unknown bytes with a replacement marker. (Fixes: :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) ===================