Missing NEWS entry.

This commit is contained in:
Robert Collins
2015-05-04 16:02:12 +12:00
parent 60bb0acc55
commit 89856bda75

5
NEWS
View File

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