docs: Add changelog entry for stream title stuff

This commit is contained in:
Thomas Adamcik 2015-03-14 00:25:20 +01:00
parent 6d50f835a4
commit 36fe8321b1

View File

@ -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.