From 8c6bb639636725bfc9e2cd1d21668fecd3aa4e82 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Sat, 5 Dec 2015 11:34:15 +0100 Subject: [PATCH] docs: Improve changelog PR#1346 per review comments --- docs/changelog.rst | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 610788d6..87e7470e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -16,10 +16,9 @@ Core API - Start ``tlid`` counting at 1 instead of 0 to keep in sync with MPD's ``songid``. -- `get_time_position` now returns the seek target while a seek is in progress. - This gives better results than just failing the position query. - - (Fixes: :issue:`312` PR: :pr:`1346`) +- :meth:`~mopidy.core.PlaybackController.get_time_position` now returns the + seek target while a seek is in progress. This gives better results than just + failing the position query. (Fixes: :issue:`312` PR: :issue:`1346`) Models ------ @@ -88,10 +87,10 @@ Gapless - Tests have been updated to always use a core actor so async state changes don't trip us up. -- Seek events are now triggered when the seek completes. Further changes have - been made to make seek work correctly for gapless related corner cases. - - (Fixes: :issue:`1305` PR: :pr:`1346`) +- Seek events are now triggered when the seek completes. Previously the event + was emitted when the seek was requested, not when it completed. Further + changes have been made to make seek work correctly for gapless related corner + cases. (Fixes: :issue:`1305` PR: :pr:`1346`) v1.1.2 (UNRELEASED)