From 139634b93bd0886a4245b4286923c406ccefc595 Mon Sep 17 00:00:00 2001 From: jcass Date: Sun, 6 Dec 2015 19:27:02 +0200 Subject: [PATCH] Update changelog. --- docs/changelog.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 29f7ef82..7d901aef 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -19,8 +19,9 @@ Bug fix release. - MPD: Notify idling clients when a seek is performed. (Fixes: :issue:`1331`) -- Core: Fix error in :meth:`~mopidy.core.PlaybackController._change_track` - docstring. (Fixes: :issue:`1352`) +- Core: Fix :meth:`~mopidy.core.PlaybackController._change_track` to mark + track as playing and add it to the history if changing track while paused. + (Fixes: :issue:`1352`) v1.1.1 (2015-09-14)