Update changelog with MPD improvements

This commit is contained in:
Stein Magnus Jodal 2011-06-03 23:39:34 +02:00
parent c9506ca7e1
commit 6b71a7acb5

View File

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