From 48478968378d93aed68a50452c8b3b0c0eb25eb9 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 13 Aug 2010 21:01:31 +0200 Subject: [PATCH] docs: Cleanup changelog a bit --- docs/changes.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 4e33125d..7b154915 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -19,7 +19,10 @@ Another great release. the packages created by ``setup.py`` for i.e. PyPI. - Rename :mod:`mopidy.backends.gstreamer` to :mod:`mopidy.backends.local`. - Changed ``SERVER_HOSTNAME`` and ``SERVER_PORT`` settings to - ``MPD_SERVER_HOSTNAME`` and ``MPD_SERVER_PORT`` + ``MPD_SERVER_HOSTNAME`` and ``MPD_SERVER_PORT``. +- Remove :mod:`mopidy.backends.despotify`, as Despotify is little maintained + and the Libspotify backend is working much better. +- :mod:`mopidy.backends.libspotify` is now the default backend. - MPD frontend: - Relocate from :mod:`mopidy.mpd` to :mod:`mopidy.frontends.mpd`. @@ -47,8 +50,6 @@ Another great release. - :meth:`mopidy.backends.base.BaseBackend()` now accepts an ``output_queue`` which it can use to send messages (i.e. audio data) to the output process. - - Remove Depsotify backend. - - Libspotify is now the default backend.