From 89856bda75a45e4ffa634e214cfc9ecdbf74aed6 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Mon, 4 May 2015 16:02:12 +1200 Subject: [PATCH] Missing NEWS entry. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index a79e237..c887864 100644 --- a/NEWS +++ b/NEWS @@ -6,12 +6,17 @@ fixtures release notes NEXT ~~~~ +CHANGES +------- + * FakeLogger now supports a custom formatter. (Sean Dague) * Fixed test performance on Python 3.5. PEP 475 led to ``time.sleep()`` not being interrupted when a received signal handler eats the signal (rather than raising an exception). (Robert Collins) +* ``tox.ini`` added, for folk that use tox. (Sean Dague) + 1.0.0 ~~~~~