From 3fb00b6735b5443a6f5be9192e048e4b57e92687 Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Thu, 27 Jun 2013 16:53:55 +0200 Subject: [PATCH] [#1052] Add CHANGELOG item about IPackageController change --- CHANGELOG.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 342c8c0ef8b..5bfbc1701a7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,15 @@ Changelog --------- +v2.2 +==== + +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] + v2.0.1 2013-06-11 =================