docs: Update changelog
This commit is contained in:
parent
33d82b0229
commit
f233d8c48e
@ -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)
|
||||
====================
|
||||
|
||||
@ -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#'),
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user