diff --git a/CHANGES.rst b/CHANGES.rst
index 876ecd3..5e47cd9 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -11,7 +11,10 @@ New:
Fixes:
-- *add item here*
+- Get rid of the monkey patch on Products.CMFPlone's CatalogTool.
+ Issue https://github.com/plone/Products.CMFPlone/issues/1332
+ [staeff, fredvd]
+
2.4.9 (2015-11-25)
diff --git a/plone/app/discussion/configure.zcml b/plone/app/discussion/configure.zcml
index 0a3fe54..4e634ba 100644
--- a/plone/app/discussion/configure.zcml
+++ b/plone/app/discussion/configure.zcml
@@ -2,7 +2,6 @@
xmlns="http://namespaces.zope.org/zope"
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
xmlns:i18n="http://namespaces.zope.org/i18n"
- xmlns:monkey="http://namespaces.plone.org/monkey"
xmlns:zcml="http://namespaces.zope.org/zcml"
xmlns:five="http://namespaces.zope.org/five"
i18n_domain="plone">
@@ -62,19 +61,6 @@
profile="plone.app.discussion:default"
/>
-
-
-
-
-
-
-