From e6c89f3b6aa8646dd65cb2229626a76ff6a7d4c6 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 6 Apr 2018 22:11:47 +0200 Subject: [PATCH] docs: Tweak changelog --- docs/changelog.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 74a51995..eddbeed6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -14,6 +14,11 @@ Feature release. change, this shouldn't affect any supported systems as even Debian stable includes Tornado >= 4.4. +- Core: Remove upper limit of 10000 tracks in tracklist. 10000 tracks is still + the default limit as some MPD clients crash if the tracklist is longer, but + it is now possible to set the :confval:`core/max_tracklist_length` config + value as high as you want to. (Fixes: :issue:`1600`, PR: :issue:`1666`) + - Core: Fix crash on `library.lookup(uris=[])`. (Fixes: :issue:`1619`, PR: :issue:`1620`) @@ -35,8 +40,6 @@ Feature release. - Set GLib program and application name, so that we show up as "Mopidy" in PulseAudio instead of "python ...". (PR: :issue:`1626`) -- Remove limitation of 10000 tracks in playlists. (PR: :issue:`1600`) - v2.1.0 (2017-01-02) ===================