From 9895afbfd358d87ed42162b48524d639ae48afe2 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 21 Oct 2010 22:34:22 +0200 Subject: [PATCH] Merge changes lists, as we won't do a 0.1.1 release --- docs/changes.rst | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index ea25d041..61089e24 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -27,18 +27,9 @@ No description yet. :attr:`mopidy.settings.DEBUG_LOG_FILENAME`. - Switched from using subprocesses to threads. This partly fixes the OS X support. See :issue:`14` for details. -- MPD frontend: ``list`` now supports queries by artist, album name, and date, - as used by e.g. the Ario client. (Fixes: :issue:`20`) - - -0.1.1 (in development) -====================== - -No description yet. - -**Changes** - -- MPD frontend: ``add ""`` and ``addid ""`` now behaves as expected. (Fixes +- MPD command ``list`` now supports queries by artist, album name, and date, as + used by e.g. the Ario client. (Fixes: :issue:`20`) +- MPD command ``add ""`` and ``addid ""`` now behaves as expected. (Fixes :issue:`16`) - Fix wrong behavior on end of track and next after random mode has been used. (Fixes: :issue:`18`)