Skip to content

Commit

Permalink
Merge pull request #1863 from kingosticks/docs/changelog-tweaks
Browse files Browse the repository at this point in the history
docs: changelog tweaks
  • Loading branch information
jodal committed Dec 23, 2019
2 parents 589856f + 6920d8e commit b02c2fb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ Library controller

- :meth:`mopidy.core.LibraryController.search` now returns an empty result
if there is no ``query``. Previously, it returned the full music library.
This does not work with online music services,
and have thus been deprecated since 1.0.
This is not feasible for online music services and has thus been deprecated
since 1.0.

Playback controller
^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -166,7 +166,7 @@ Playback controller
- Deprecated the ``tl_track`` argument to
:meth:`mopidy.core.PlaybackController.play`, with the goal of removing it in
the next major release. Use the ``tlid`` argument instead.
(Fixes: #1773, PR: #1786, #1854)
(Fixes: :issue:`1773`, PR: :issue:`1786`, :issue:`1854`)

Playlist controller
^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -211,7 +211,7 @@ Tracklist controller
Use the ``criteria`` argument instead.

- Deprecated methods, with the goal of removing them in the next major release:
(Fixes: #1773, PR: #1786, #1854)
(Fixes: :issue:`1773`, PR: :issue:`1786`, :issue:`1854`)

- :meth:`mopidy.core.TracklistController.eot_track`.
Use :meth:`~mopidy.core.TracklistController.get_eot_tlid` instead.
Expand All @@ -230,7 +230,7 @@ Backend API
-----------

- Add :meth:`mopidy.backend.PlaybackProvider.is_live` which can be
implemented by playback providers that wants to mark their URIs as
implemented by playback providers that want to mark their URIs as
live streams that should not be buffered. (PR: :issue:`1845`)

Models
Expand Down Expand Up @@ -295,8 +295,8 @@ Local backend
`PyPI project <https://pypi.org/project/Mopidy-Local>`__.
(Fixes: :issue:`1003`)

- The :exc:`mopidy.exceptions.FindError` has been removed, as it was only
used by Mopidy-Local. (PR: :issue:`1857`)
- Removed :exc:`mopidy.exceptions.FindError`, as it was only used by
Mopidy-Local. (PR: :issue:`1857`)

Audio
-----
Expand Down

0 comments on commit b02c2fb

Please sign in to comment.