docs: Update changelog

This commit is contained in:
Stein Magnus Jodal 2013-03-30 22:27:28 +01:00
parent 2abce2af38
commit 8ab0f09743

View File

@ -24,6 +24,19 @@ v0.13.0 (in development)
the Mopidy process will now always make it log tracebacks for all alive
threads.
- Change the following methods to accept an ``uris`` keyword argument:
- :meth:`mopidy.core.LibraryController.find_exact`
- :meth:`mopidy.core.LibraryController.search`
Search queries will only be forwarded to backends handling the given URI
roots, and the backends may use the URI roots to further limit what results
are returned. For example, a search with ``uris=['file:']`` will only be
processed by the local backend. A search with
``uris=['file:///media/music']`` will only be processed by the local backend,
and, if such filtering is supported by the backend, will only return results
with URIs within the given URI root.
**Audio sub-system**
- Make audio error logging handle log messages with non-ASCII chars. (Fixes: