- Host documentation at https://zopetal.readthedocs.io
- Fix a ``NameError`` on Python 3 in talgettext.py affecting i18ndude. See https://github.com/zopefoundation/zope.tal/pull/11
4.3.0
==================
- Drop support for Python 3.3.
- Add support for Python 3.6.
4.2.0
==================
- Drop support for Python 2.6 and 3.2.
- Accept and ignore ``i18n:ignore`` and ``i18n:ignore-attributes`` attributes. For compatibility with other tools (such as ``i18ndude``).
- Add support for Python 3.5.
4.1.1
==================
- Suppress deprecation under Python 3.4 for default ``convert_charrefs`` argument (passed to ``HTMLParser``). Also ensures that upcoming change to the default in Python 3.5 will not affect us.
- Add support for Python 3.2 and PyPy3.
4.1.0
==================
.. note::
Support for PyPy3 is pending release of a fix for: https://bitbucket.org/pypy/pypy/issue/1946