From 36fe8321b112542661ef20cf5753350df8415f6a Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Sat, 14 Mar 2015 00:25:20 +0100 Subject: [PATCH] docs: Add changelog entry for stream title stuff --- docs/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index ca36454e..c354f2b9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -40,6 +40,10 @@ v0.20.0 (UNRELEASED) - Add :meth:`mopidy.core.LibraryController.get_distinct` for getting unique values for a given field. (Fixes: :issue:`913`, PR: :issue:`1022`) +- Add :meth:`mopidy.core.Listener.stream_title_changed` and + :meth:`mopidy.core.PlaybackController.get_stream_title` for letting clients + know about the current song in streams. + **Commands** - Make the ``mopidy`` command print a friendly error message if the @@ -114,6 +118,9 @@ v0.20.0 (UNRELEASED) - Switch the ``list`` command over to using :meth:`mopidy.core.LibraryController.get_distinct`. (Fixes: :issue:`913`) +- Start setting the ``Name`` field which is used for radio streams. + (Fixes: :issue:`944`) + **HTTP frontend** - Prevent race condition in webservice broadcast from breaking the server.