- Remove artificial addition of a trailing newline if the output doesn't end in one; this allows the template source to be the full specification of what should be included. (See https://bugs.launchpad.net/launchpad/+bug/218706.)
3.4.1
==================
- Remove unnecessary ``dummyengine`` dependency on zope.i18n to simplify distribution. The ``dummyengine.DummyTranslationDomain`` class no longer implements ``zope.i18n.interfaces.ITranslationDomain`` as a result. Installing zope.tal with easy_install or buildout no longer pulls in many unrelated distributions.
- Support running tests using ``setup.py test``.
- Stop pinning (no longer required) ``zope.traversing`` and ``zope.app.publisher`` versions in buildout.cfg.
3.4.0
==================
- Update package meta-data.
3.4.0b1
=======
- Update dependency on ``zope.i18n`` to a verions requiring the correct version of ``zope.security``, avoiding a hidden dependency issue in ``zope.security``.
.. note::
Changes before 3.4.0b1 where not tracked as an individual package and have been documented in the Zope 3 changelog.