diff --git a/CHANGES.rst b/CHANGES.rst index 9f9752b..f4166bf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,26 @@ Changelog .. towncrier release notes start +4.0.0a2 (2021-09-15) +-------------------- + +New features: + + +- Refactor templates and styling for comments and controlpanel. + [santonelli] (#169) +- Implement events for Comment (ICommentModifiedEvent) and Reply(IReplyModifiedEvent) modification [ericof] (#183) + + +Bug fixes: + + +- Fix tests with Products.MailHost 4.11. + [maurits] (#174) +- Remove cyclic dependency with Products.CMFPlone + [ericof] (#186) + + 4.0.0a1 (2021-04-21) -------------------- diff --git a/news/169.feature b/news/169.feature deleted file mode 100644 index d3f40a0..0000000 --- a/news/169.feature +++ /dev/null @@ -1,2 +0,0 @@ -Refactor templates and styling for comments and controlpanel. -[santonelli] diff --git a/news/174.bugfix b/news/174.bugfix deleted file mode 100644 index bf9b438..0000000 --- a/news/174.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -Fix tests with Products.MailHost 4.11. -[maurits] diff --git a/news/183.feature b/news/183.feature deleted file mode 100644 index 013640b..0000000 --- a/news/183.feature +++ /dev/null @@ -1 +0,0 @@ -Implement events for Comment (ICommentModifiedEvent) and Reply(IReplyModifiedEvent) modification [ericof] \ No newline at end of file diff --git a/news/186.bugfix b/news/186.bugfix deleted file mode 100644 index f11241b..0000000 --- a/news/186.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -Remove cyclic dependency with Products.CMFPlone -[ericof] \ No newline at end of file diff --git a/setup.py b/setup.py index 90c9cb5..0b9f98c 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages from setuptools import setup -version = '4.0.0a2.dev0' +version = '4.0.0a2' install_requires = [ 'setuptools',