NEWS update.:

This commit is contained in:
Jonathan Lange
2011-04-01 14:18:18 +01:00
parent 98dfabdfd3
commit b3a4299f74

2
NEWS
View File

@@ -47,6 +47,8 @@ Improvements
* ``MatchesSetwise`` matches an iterable of matchers against an iterable of
values, without regard to order. (Michael Hudson-Doyle)
* Support for running tests using distutils (Christian Kampka, #726539)
* Vastly improved and extended documentation. (Jonathan Lange)
* Use unittest2 exception classes if available. (Jelmer Vernooij)