docs: Add fix for bad event crash to changelog

Fixes #1383
This commit is contained in:
Stein Magnus Jodal 2016-01-10 07:51:56 +01:00
parent 3ff120a0e6
commit 70b4851a29

View File

@ -23,6 +23,9 @@ Bug fix release.
- Core: Make :meth:`~mopidy.core.LibraryController.lookup` ignore tracks with - Core: Make :meth:`~mopidy.core.LibraryController.lookup` ignore tracks with
empty URIs. (Partly fixes: :issue:`1340`, PR: :issue:`1381`) empty URIs. (Partly fixes: :issue:`1340`, PR: :issue:`1381`)
- Core: Fix crash if backends emits events with wrong names or arguments.
(Fixes: :issue:`1383`)
- Stream: If an URI is considered playable, don't consider it as a candidate - Stream: If an URI is considered playable, don't consider it as a candidate
for playlist parsing. Just looking at MIME type prefixes isn't enough, as for for playlist parsing. Just looking at MIME type prefixes isn't enough, as for
example Ogg Vorbis has the MIME type ``application/ogg``. (Fixes: example Ogg Vorbis has the MIME type ``application/ogg``. (Fixes: