From d1630e00f1b5fb341181550c9c63c3ddeae74e2b Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 14 Jan 2014 01:24:26 +0100 Subject: [PATCH] docs: Update changelog --- docs/changelog.rst | 4 ++++ docs/conf.py | 1 + 2 files changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 64f4848d..fb7fa12a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -20,6 +20,10 @@ v0.18.0 (UNRELEASED) virtual file system of tracks. Backends can implement support for this by implementing :meth:`mopidy.backends.base.BaseLibraryController.browse`. +- Events emitted on play/stop, pause/resume, next/previous and on end of track + has been cleaned up to work consistenly. See the message of + :commit:`1d108752f6` for the full details. + **Backend API** - Move the backend API classes from :mod:`mopidy.backends.base` to diff --git a/docs/conf.py b/docs/conf.py index bb9b7c2f..737fb07a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -161,6 +161,7 @@ man_pages = [ extlinks = { 'issue': ('https://github.com/mopidy/mopidy/issues/%s', '#'), + 'commit': ('https://github.com/mopidy/mopidy/commit/%s', 'commit '), 'mpris': ( 'https://github.com/mopidy/mopidy-mpris/issues/%s', 'mopidy-mpris#'), }