From 205f5e2da8bdb6b50f151b549146c5f3da5f3d72 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Mon, 7 Dec 2009 19:39:47 +0000 Subject: [PATCH] history update. svn path=/plone.app.discussion/trunk/; revision=32350 --- docs/HISTORY.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index d520a1d..d86fb9b 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,13 +1,22 @@ Changelog ========= +1.0b1 (2009-12-07) +------------------ + +* Fix redirect after a adding a comment +* Replace yes/no widgets with check boxes in the discussion control panel +* Make comments viewlet show up in Plone 4 +* Apply Plone 4 styles to comment form + + 1.0a2 (2009-10-18) ------------------ * Plone 4 / Zope 2.12 support * Comment migration script added * Pluggable plone.z3cform comment forms -* Captcha and ReCaptcha support +* Captcha and ReCaptcha support added 1.0a1 (2009-06-07)