- Include zcml dependencies in ``configure.zcml``, require the necessary packages via a `zcml` extra, added tests for zcml.
- Using Python's ``doctest`` module instead of depreacted ``zope.testing.doctest``.
3.6.2
------------------
- Updated copyright to `Zope Foundation`, even in pot template.
- Updated e-mail address in pot template to current address of zope mailing list.
- Added missing test dependency on `zope.i18n`.
3.6.1
------------------
- Updated Dutch and German translations.
3.6.0
------------------
- Added `configure.zcml` which registers the translations in the package. So the package contains its configuration. (Till now it was done in `zope.app.zcmlfiles`.)
3.5.2
------------------
- Updated tests to handle Unicode correctly.
- Update Japanese Translation (thanks Takeshi Yamamoto).