- Remove deprecated use of setuptools features. See `issue 22 <https://github.com/zopefoundation/zope.i18nmessageid/issues/22>`_.
5.0.0
==================
- Drop support for Python 3.4.
- Add support for Python 3.8.
4.3.1
==================
- Fix a regression copying Message objects in the Python implementation. See `issue 14 <https://github.com/zopefoundation/zope.i18nmessageid/issues/14>`_.
4.3.0
==================
- Add attributes to support pluralization on a Message and update the MessageFactory accordingly.
4.2.0
==================
- Fix the possibility of a rare crash in the C extension when deallocating items. See `issue 7 <https://github.com/zopefoundation/zope.i18nmessageid/issues/7>`_.