Preparing release 4.0.0a2

[ci skip]
This commit is contained in:
Maurits van Rees 2021-09-15 15:38:00 +02:00
parent 9ed94f0d7e
commit 0f524f76e4
No known key found for this signature in database
GPG Key ID: AAEC1E5318E6FCCE
6 changed files with 21 additions and 8 deletions

View File

@ -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)
--------------------

View File

@ -1,2 +0,0 @@
Refactor templates and styling for comments and controlpanel.
[santonelli]

View File

@ -1,2 +0,0 @@
Fix tests with Products.MailHost 4.11.
[maurits]

View File

@ -1 +0,0 @@
Implement events for Comment (ICommentModifiedEvent) and Reply(IReplyModifiedEvent) modification [ericof]

View File

@ -1,2 +0,0 @@
Remove cyclic dependency with Products.CMFPlone
[ericof]

View File

@ -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',