- Add support for Python 3.6, 3.7, 3.8, 3.9, 3.10, 3.11.
- Drop support for Python 2.7 and 3.5.
1.0.0
~~~~~~~~~~~~~~~~~~
- Changed support from Python 3.3 to 3.5.
- Dropped Python 2.6 support.
1.0.0a1
~~~~~~~~~~~~~~~~~~~~
- Added support for Python 3.3.
- Dropped support for Python 2.4 and 2.5.
- Removed support for employing WSGI middlewares inside a Zope 3 application. Only the script-based server startup is now supported.
- Added a new console script to run a paste-configured WSGI server and application.
- Conform to standard ZF project layout.
- Added license and copyright file. Also fixed copyright statement in file headers.
- Added ``MANIFEST.in`` and ``tox.ini``.
0.4
~~~~~~~~~~~~~~~~
- Add this changelog, reconstructed from svn logs and release dates on PyPI.
- Support a 'features' config option in the PasteDeploy INI file, which can contain a space-separated list of feature names. These can be tested for in ZCML files with the <*directive* zcml:condition="have *featurename*"> syntax.
Previously the only feature that could be enabled was 'devmode' and it had its own option. For backwards compatibility, ``devmode = on`` adds a 'devmode' feature to the feature list.
0.3
~~~~~~~~~~~~~~~~
- Release as an egg with explicit dependencies for zope.app packages.