docs: Update changelog

This commit is contained in:
Stein Magnus Jodal 2013-11-20 22:31:11 +01:00
parent 33d82b0229
commit f233d8c48e
2 changed files with 10 additions and 1 deletions

View File

@ -101,6 +101,11 @@ Still in development.
:confval:`http/zeroconf` config value to change the service name or disable
the service. (Fixes: :issue:`39`)
**DBUS/MPRIS**
- The ``mopidy`` process now registers it's GObject event loop as the default
eventloop for dbus-python. (Fixes: :mpris:`2`)
v0.16.1 (2013-11-02)
====================

View File

@ -153,4 +153,8 @@ man_pages = [
# -- Options for extlink extension --------------------------------------------
extlinks = {'issue': ('https://github.com/mopidy/mopidy/issues/%s', '#')}
extlinks = {
'issue': ('https://github.com/mopidy/mopidy/issues/%s', '#'),
'mpris': (
'https://github.com/mopidy/mopidy-mpris/issues/%s', 'mopidy-mpris#'),
}