From d12617fa9f5eda4d5c7c9eba8a339f7930d74b6b Mon Sep 17 00:00:00 2001 From: Ian Ward Date: Mon, 25 Nov 2013 09:53:18 -0500 Subject: [PATCH] [#1255] add changelog entry --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 10ecc8fcce2..234b79317a9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,6 +17,10 @@ API changes and deprecations: * The edit() and after_update() methods of IPackageController plugins are now called when updating a resource using the web frontend or the resource_update API action [#1052] +* package_search now returns results with custom schemas applied like + package_show, a use_default_schema parameter was added to request the + old behaviour, this change may affect customized search result templates + (#1255) v2.1.1 2013-11-8 ================