From 0a2dff5a6a61301690902b48be523508df463dc6 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Sat, 4 Apr 2015 15:24:44 +0200 Subject: [PATCH] docs: Add model validation to changelog --- docs/changelog.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 605a30fe..b8f4f530 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 ----------------