NEWS update, make sure Gavin's in the credits.

This commit is contained in:
Jonathan Lange
2011-05-27 17:58:46 +01:00
parent edd5147549
commit 0326ed213a
2 changed files with 8 additions and 0 deletions

7
NEWS
View File

@@ -10,6 +10,10 @@ Changes
* ``TestCase`` now uses super to call base ``unittest.TestCase`` constructor,
``setUp`` and ``tearDown``. (Tim Cole, #771508)
* If, when calling ``useFixture`` an error occurs during fixture set up, we
still attempt to gather details from the fixture. (Gavin Panella)
Improvements
~~~~~~~~~~~~
@@ -22,6 +26,9 @@ Improvements
* ``LessThan`` error message now says something that is logically correct.
(Gavin Panella, #762008)
* Multiple details from a single fixture are now kept separate, rather than
being mooshed together. (Gavin Panella, #788182)
* Python 3 support now back in action. (Martin [gz], #688729)

1
README
View File

@@ -81,3 +81,4 @@ Thanks
* Martin [gz]
* Michael Hudson-Doyle
* Aaron Bentley
* Gavin Panella