docs: Update changelog and authors

This commit is contained in:
Stein Magnus Jodal 2015-11-28 23:54:44 +01:00
parent b3ec02d0af
commit e495e382e7
2 changed files with 7 additions and 0 deletions

View File

@ -75,3 +75,4 @@
- kozec <kozec@kozec.com>
- Jelle van der Waa <jelle@vdwaa.nl>
- Alex Malone <jalexmalone@gmail.com>
- Daniel Hahler <git@thequod.de>

View File

@ -23,6 +23,12 @@ Models
:meth:`mopidy.core.LibraryController.get_images` instead. (Fixes:
:issue:`1325`)
Extension support
-----------------
- Log exception and continue if an extension crashes during setup. Previously,
we let Mopidy crash if an extension's setup crashed. (PR: :issue:`1337`)
Local backend
--------------