From 48ab99c45739f56cb76ba63b1c74e0e1ee8a0fdb Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 31 Mar 2013 13:42:21 +0200 Subject: [PATCH] docs: Cleanup changelog --- docs/changes.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index df4caa86..e382ae3d 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -16,16 +16,16 @@ v0.13.0 (in development) **Core** -- Log a warning if a track isn't playable to make it more obvious that backend - X needs backend Y to be present for playback to work. - - Removed the :attr:`mopidy.settings.DEBUG_THREAD` setting and the :option:`--debug-thread` command line option. Sending SIGUSR1 to the Mopidy process will now always make it log tracebacks for all alive threads. +- Log a warning if a track isn't playable to make it more obvious that backend + X needs backend Y to be present for playback to work. + - :meth:`mopidy.core.TracklistController.add` now accepts an ``uri`` which it - will lookup in the libraries and then add to the tracklist. This is helpful + will lookup in the library and then add to the tracklist. This is helpful for e.g. web clients that doesn't want to transfer all track meta data back to the server just to add it to the tracklist when the server already got all the needed information easily available. (Fixes: :issue:`325`)