From 8edf81dca12498199432956cc59b837d0dd3d9b3 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 19 Oct 2013 22:57:13 +0200 Subject: [PATCH] docs: Update changelog --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1cbad579..1151f422 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -89,6 +89,9 @@ of the following extensions as well: - Made the formerly unused commands ``outputs``, ``enableoutput``, and ``disableoutput`` mute/unmute audio. (Related to: :issue:`186`) +- The MPD command ``list`` now works with ``"albumartist"`` as it's second + argument, e.g. ``"album" "albumartist" "anartist"``. (Fixes: :issue:`468`) + **Extension support** - A cookiecutter project for quickly creating new Mopidy extensions have been