------------------
Breaking changes:
- No need to define cmf.ChangeLocalRoles in zcml since this is in by Products.CMFCore>=2.4.0b2
[jensens]
- Adapt tests to `Products.GenericSetup >= 2.0` thus requiring at least that
version.
[jessesnyder]
New features:
- Replaced usages of my_worklist.py skin script.
https://github.com/plone/Products.CMFPlone/issues/1801
[reinhardt]
- Python3 compatibility
[jessesnyder, pbauer]
Bug fixes:
- Update tests to use testing best practices (and stop using the bbb module from p.a.testing).
[gforcada]