From 0b928e787672c6f86c5449566e1e4ecae7ae9dd8 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Wed, 15 Apr 2015 23:51:33 +0200 Subject: [PATCH] docs: Add core input validation to changelog --- docs/changelog.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index a730af21..5ea9ef09 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 ------