- Drop support for deprecated ``python setup.py test``.
2.5.1
==================
- Fix test compatibility with zope.interface 5.4.
2.5.0
==================
- Add support for Python 3.8.
- Drop support for Python 3.4.
- Ensure all objects have consistent interface resolution orders. See `issue 17 <https://github.com/zopefoundation/zope.mimetype/issues/17>`_.
2.4.0
==================
- Add support for Python 3.7.
- Fix DeprecationWarnings for ``IObjectEvent`` and ``ObjectEvent`` by importing them from ``zope.interface.interfaces``. See `issue 14 <https://github.com/zopefoundation/zope.mimetype/issues/14>`_.