-------------------
- Drop Zope and Plone support
- Drop ZConfig support
- Removed the deprecated ``ignore`` parameter to
:class:`MailingLogger` and :class:`SummarisingLogger`.
Use `filter objects`__ instead.
__ http://docs.python.org/library/logging.html#filter-objects
- Move from ``zope.testrunner`` to `pytest`__ for running tests.
__ https://docs.pytest.org/en/latest/
- Switch from `manuel`__ to `sybil`__ for checking examples in
documentation.
__ http://packages.python.org/manuel/
__ http://sybil.readthedocs.io/en/latest/
- Moved from buildout to virtualenv for development.
- Gracefully handle bugs elsewhere that call :meth:`SummarisingLogger.close`
more than once in a multi-threaded or multi-process environment.