- Handle the situation where the temporary file used by a :class:`SummarisingLogger` is deleted from underneath it.
3.6.0
-------------------
- Add support for including messages logged at a lower level in a summary email but only triggering the sending of that email when a message at a higher level is logged when using :ref:`SummarisingLogger <record-and-send-different>`.
3.5.0
-------------------
- Add ``X-Log-Level`` header to emails sent. For :class:`MailingLogger`, this is the level of the log message being emailed. For :class:`SummarisingLogger` this is the highest level of any of the messages handled.
3.4.1
-------------------
- Fix distribution to include missing files lost through move to Git.
3.4.0
-------------------
- Convert documentation to use Sphinx.
- Convert tests to use `testfixures`__ and `manuel`__.