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 ~~~~~