- Nothing changed yet.
- Replace pkg_resources with pep420 namespace package.
- Drop support for Python 2.7, 3.5, 3.6.
- Add support for Python 3.9, 3.10, 3.11.
- Claim support of Python 3.5, 3.6, 3.7, 3.8, PyPy and PyPy3.
- Use tox for testing.
- Update bootstrap.py to a
zc.buildout 2.3. - Use py.test as test runner.
- Declare the explicit support of Python 2.7. No other Python versions are currently supported.
- When registering a pagelet using ZCML which only has template, the name of
the template is rendered in the
reprthe generated class to have a clue what is the purpose of this class when debugging. - Updated tests to use Python's doctest instead of deprecated zope.testing.doctest.
- Using
zope.browserpageandzope.browsermenuinstead ofzope.app.publisher.
- Allow arbitrary number of context elements for adaptation.
- First public release.
- Michael Howitz <mh at gocept dot com>
- Christian Theune <ct at gocept dot com>