--------------------
- Remove inconsistent passing of ``request`` parameter and use zope.globalrequest instead.
[thet]
- Remove deprecations.
action.canExecute is renamed to ``can_execute``, takes no parameters and is a property.
[thet]
- Python 3 compatibility.
[thet]
- Remove support for plone.app.async.
Due to ``async`` being a reserved word, this cannot made Python 3 compatible.
Use collective.celeries instead.
[thet]
- Drop support for Archetypes.
[thet]
- Plone 5.2 compatibility.
Drop Support for Plone 5.0 and 4.3 (Both are missing zope.interface.interfaces.IObjectEvent).
[thet]
- Make Arhcetype a soft dependency.
[ale-rt]
- Align with Plone code style: black, isort.
[thet]
- Fix soft dependency on formlib (22)
[ale-rt]
- Speed up rule retrieval
[ale-rt]
- Added some memoized properties and methods to the `AuditActionExecutor` class
for easier customization
[ale-rt]
- collective.celery integration
[enfold]
- auditlog-view allows viewing/sorting/searching audit log entries
[enfold]
- add login & logout audits
[enfold]
- ability to specify the sqlalchemy DSN in config file
[enfold]
- Notify an event before storing audit log entry.
[enfold]
- Use custom permission for viewing audit log.
[enfold]
- Fix tests.
[enfold]
- Fix db connection leak.
[enfold]
- Use valid json in info field.
[enfold]