From 92fa75325d968bb271b8601447080c29bccbde5f Mon Sep 17 00:00:00 2001 From: Trygve Aaberge Date: Tue, 5 Aug 2014 19:44:50 +0200 Subject: [PATCH] docs: Add the mpd list command fix to the changelog --- docs/changelog.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2e1c655f..ca45b5ad 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -14,6 +14,16 @@ v0.20.0 (UNRELEASED) :issue:`697`, PR: :issue:`802`) +v0.19.4 (UNRELEASED) +==================== + +Bug fix release. + + - MPD frontend: Make the ``list`` command return albums when sending 3 + arguments. This was incorrectly returning artists after the MPD command + changes in 0.19.0. (Fixes: :issue:`817`) + + v0.19.3 (2014-08-03) ====================