From 186b027335fc9a91ad64a2b7557c74a73d279172 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Tue, 8 Dec 2009 15:41:41 +0000 Subject: [PATCH] prepare for 1.0b1. svn path=/plone.app.discussion/trunk/; revision=32360 --- docs/HISTORY.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index d86fb9b..82a6da5 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,13 +1,14 @@ Changelog ========= -1.0b1 (2009-12-07) +1.0b1 (2009-12-08) ------------------ * 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 +* Simplify moderation view by removing the filters 1.0a2 (2009-10-18)