- Prefer the standard library's ``doctest`` module to the one from ``zope.testing``.
3.12.0
===================
- Move the implementation of ``tales:expressiontype`` here from ``zope.app.pagetemplate``.
3.11.0
===================
- Move the named template implementation here from ``zope.app.pagetemplate``.
3.10.1
===================
- Depend on the ``untrustedpython`` extra of ``zope.security``, since we import from ``zope.pagetemplate.engine``.
3.10.0
===================
- Remove the dependency on ``zope.app.pagetemplate`` by moving ``viewpagetemplatefile``, ``simpleviewclass`` and ``metaconfigure.registerType`` into this package.
3.9.0
==================
- Initial release. This package was split off from ``zope.app.publisher``.