diff --git a/CHANGES.txt b/CHANGES.txt
index fb9a1f2..38d682d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,9 @@ Changelog
1.0b5 (unreleased)
------------------
+* Move captcha registration to its own captcha.zcml file.
+ [timo]
+
* Akismet (http://akismet.com/) spam protection plugin (collective.akismet)
support added.
[timo]
diff --git a/plone/app/discussion/browser/captcha.zcml b/plone/app/discussion/browser/captcha.zcml
new file mode 100644
index 0000000..8870759
--- /dev/null
+++ b/plone/app/discussion/browser/captcha.zcml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plone/app/discussion/browser/configure.zcml b/plone/app/discussion/browser/configure.zcml
index 02e8bb5..491f294 100644
--- a/plone/app/discussion/browser/configure.zcml
+++ b/plone/app/discussion/browser/configure.zcml
@@ -1,11 +1,13 @@
+
+
@@ -81,25 +83,6 @@
permission="zope2.View"
/>
-
-
-
-
-
-
-
-