docs: Add core input validation to changelog

This commit is contained in:
Thomas Adamcik 2015-04-15 23:51:33 +02:00
parent 98587f5098
commit 0b928e7876

View File

@ -13,9 +13,11 @@ Core API
- Calling :meth:`mopidy.core.library.LibraryController.search`` with ``kwargs``
as the query is no longer supported (PR: :issue:`1090`)
- Update core controllers to handle backend exceptions in all calls that rely
- Updated core controllers to handle backend exceptions in all calls that rely
on multiple backends. (Issue: :issue:`667`)
- Update core methods to do strict input checking. (Fixes: :issue:`#700`)
Models
------