From 6b71a7acb5680f7641034104e6197becfcd26197 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 3 Jun 2011 23:39:34 +0200 Subject: [PATCH] Update changelog with MPD improvements --- docs/changes.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index b9df87df..37ce22c1 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -29,6 +29,17 @@ No description yet. - Replace not decodable characters returned from Spotify instead of throwing an exception, as we won't try to figure out the encoding of non-UTF-8-data. +- MPD frontend: + + - Refactoring and cleanup. Most notably, all request handlers now get an + instance of :class:`mopidy.frontends.mpd.dispatcher.MpdContext` as the + first argument. The new class contains reference to any object in Mopidy + the MPD protocol implementation should need access to. + + - Close the client connection when the command ``close`` is received. + + - Do not allow access to the command ``kill``. + v0.4.1 (2011-05-06) ===================