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