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) ===================