diff --git a/CHANGES.rst b/CHANGES.rst index b57a225..02f359d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ Changelog 2.4.8 (unreleased) ------------------ +- Remove discussion.css + [pbauer] + - Fix reply button not showing up since it uses a hide class which needs to be removed instead of a display value [ichim-david] @@ -15,6 +18,7 @@ Changelog - Tweak discussions.css styles to better live with plonetheme.barcelonata [ichim-david] + 2.4.6 (2015-09-14) ------------------ diff --git a/plone/app/discussion/browser/configure.zcml b/plone/app/discussion/browser/configure.zcml index 45ca2a0..acb6839 100644 --- a/plone/app/discussion/browser/configure.zcml +++ b/plone/app/discussion/browser/configure.zcml @@ -144,13 +144,6 @@ layer="..interfaces.IDiscussionLayer" /> - - - - - -