- Drop support for deprecated ``python setup.py test``.
1.1.0
------------------
- Add support for Python 3.7.
- Remove all deprecation warnings.
1.0.0
------------------
- Pin Python support to 2.7, 3.5, 3.6 and PyPy.
1.0.0a1
--------------------
- Added support for Python 3.3.
- Changed ``zope.testbrowser`` tests to ``WebTest``, since ``zope.testbrowser`` is not yet ported.
- Replaced deprecated ``zope.interface.implements`` usage with equivalent ``zope.interface.implementer`` decorator.
- Dropped support for Python 2.4 and 2.5.
0.8.0
------------------
- Replaced `zope.app.pagetemplate` test dependency by `zope.browserpage` as the needed ``metaconfigure.registerType`` has been moved there lately without leaving a BBB import.