docs: Add model validation to changelog

This commit is contained in:
Thomas Adamcik 2015-04-04 15:24:44 +02:00
parent 73415ce60f
commit 0a2dff5a6a

View File

@ -4,7 +4,6 @@ Changelog
This changelog is used to track all major changes to Mopidy.
v1.1.0 (UNRELEASED)
===================
@ -14,6 +13,12 @@ Core API
- Calling :meth:`mopidy.core.library.LibraryController.search`` with ``kwargs``
as the query is no longer supported (PR: :issue:`1090`)
Models
------
- Added type checks and other sanity checks to model construction and
serialization. (Fixes: :issue:`865`)
Internal changes
----------------