summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkumar <kumar.mcmillan@gmail.com>2011-04-01 13:59:29 -0500
committerkumar <kumar.mcmillan@gmail.com>2011-04-01 13:59:29 -0500
commitbf7ab7b3409a5afb199eeff61788875b79ebb5ef (patch)
tree3ce17c8d166bd65da87639298f029e39da1d66b6
parentf5e049ef02f90f0d13cb11bce8bdce265b566724 (diff)
downloadnose-bf7ab7b3409a5afb199eeff61788875b79ebb5ef.tar.gz
Adds credits for teardown_class() patch (Issue 408)
-rw-r--r--AUTHORS1
-rw-r--r--CHANGELOG3
2 files changed, 3 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 1c578bc..857aa5a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -14,3 +14,4 @@ Kevin Mitchell
Alex Stewart
Timothee Peignier
Thomas Kluyver
+Heng Liu
diff --git a/CHANGELOG b/CHANGELOG
index 4a26b73..2ce6a12 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,7 +6,8 @@
- @attr (from nose.plugins.attrib) can now be used as a class decorator (#292)
- Fixed problems with SkipTest in Python 3.2 (#389)
- Fixes Xunit plugin to handle non-UTF8 characters (#395)
-- Fixes case where teardown_class() was called more than once (#408)
+- Fixes case where teardown_class() was called more than once (#408). Thanks
+ to Heng Liu for the patch.
- Makes --plugins more succinct when there are no options (#235)
- Fixes mishandling of custom exceptions during failures (#405)
- Fixes capture plugin when exception message contains non-ascii chars (#402)