From 7c57c51b2eebb5d5e397cef2988b3c80b9fa760b Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 7 May 2015 21:16:37 +0200 Subject: [PATCH] docs: Fix unexpected indentation error --- docs/changelog.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 182db916..d010ba5f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -12,10 +12,11 @@ Core API - Calling the following methods with ``kwargs`` is being deprecated. (PR: :issue:`1090`) - - :meth:`mopidy.core.library.LibraryController.search` - - :meth:`mopidy.core.library.PlaylistsController.filter` - - :meth:`mopidy.core.library.TracklistController.filter` - - :meth:`mopidy.core.library.TracklistController.remove` + + - :meth:`mopidy.core.library.LibraryController.search` + - :meth:`mopidy.core.library.PlaylistsController.filter` + - :meth:`mopidy.core.library.TracklistController.filter` + - :meth:`mopidy.core.library.TracklistController.remove` - Updated core controllers to handle backend exceptions in all calls that rely on multiple backends. (Issue: :issue:`667`)