From 0eb2e1675af6fba7ef7a6f8e3788aac97d7ac6b4 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 14 Mar 2015 20:48:12 +0100 Subject: [PATCH] docs: Highlight deprecations in the changelog --- docs/changelog.rst | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 7e619024..aa1aad43 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -21,16 +21,18 @@ v0.20.0 (UNRELEASED) **Core API** -- Deprecate all properties in the core API. The previously undocumented getter - and setter methods are now the official API. This aligns the Python API with - the WebSocket/JavaScript API. (Fixes: :issue:`952`) +- **Deprecated:** Deprecate all properties in the core API. The previously + undocumented getter and setter methods are now the official API. This aligns + the Python API with the WebSocket/JavaScript API. (Fixes: :issue:`952`) - Add :class:`mopidy.core.HistoryController` which keeps track of what tracks have been played. (Fixes: :issue:`423`, PR: :issue:`803`) - Add :class:`mopidy.core.MixerController` which keeps track of volume and - mute. The old methods on :class:`mopidy.core.PlaybackController` for volume - and mute management have been deprecated. (Fixes: :issue:`962`) + mute. (Fixes: :issue:`962`) + +- **Deprecated:** The old methods on :class:`mopidy.core.PlaybackController` for + volume and mute management have been deprecated. (Fixes: :issue:`962`) - Remove ``clear_current_track`` keyword argument to :meth:`mopidy.core.PlaybackController.stop`. It was a leaky internal @@ -155,9 +157,9 @@ v0.20.0 (UNRELEASED) **Audio** -- Deprecated :meth:`mopidy.audio.Audio.emit_end_of_stream`. Pass a - :class:`None` buffer to :meth:`mopidy.audio.Audio.emit_data` to end the - stream. +- **Deprecated:** Deprecated :meth:`mopidy.audio.Audio.emit_end_of_stream`. + Pass a :class:`None` buffer to :meth:`mopidy.audio.Audio.emit_data` to end + the stream. - Kill support for visualizers. Feature was originally added as a workaround for all the people asking for ncmpcpp visualizer support. And since we could get