Release 1.3.1

This commit is contained in:
Robert Collins 2015-06-30 14:21:22 +12:00
parent b9e6bace00
commit 09afde5995
1 changed files with 3 additions and 0 deletions

3
NEWS
View File

@ -6,6 +6,9 @@ fixtures release notes
NEXT
~~~~
1.3.1
~~~~~
* ``Fixture.setUp`` now uses a bare except: and will thus catch BaseException.
Any non-Exception-subclass errors are raised verbatim after calling
``cleanUp``, to avoid inappropriate masking in callers. (Robert Collins)