- Add support for Python 3.7, 3.8, 3.9, 3.10, 3.11.
4.0.0
------------------
- Add support for Python 3.4, 3.5, 3.6 and PyPy.
- Fix the ``evolve`` view to use independent transactions instead of committing or aborting the thread-local current transaction.
- Drop dependency on ``zope.app.renderer``.
- Drop test dependency on ``zope.app.testing``, ``zope.app.zcmlfiles`` and others.
3.7.1
------------------
- Replaced an undeclared test dependency on ``zope.app.authentication`` with ``zope.password``.
3.7.0
------------------
- Depends now on the extracted ``zope.generations``.
3.6.0
------------------
- ``zope.app.generations`` depended on ``zope.app.applicationcontrol`` but did not declare it. Modernized dependecy to ``zope.applicationcontrol`` as the needed interface has been moved there.
- Using python's ``doctest`` module instead of deprecated ``zope.testing.doctest[unit]``.
- Replaced a testing dependency on ``zope.app.securitypolicy`` with one on ``zope.securitypolicy``.