summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2009-05-13 19:59:27 -0400
committerJason Pellerin <jpellerin@gmail.com>2009-05-13 19:59:27 -0400
commit7af6459f4927376cb26eb7778c3ba069d5fc89d6 (patch)
treebdba16f785263ac16560b7c2a02c63dfd8d87819
parenteafd36ecb98e362fd16b49c47b3dffcf9283e441 (diff)
downloadnose-7af6459f4927376cb26eb7778c3ba069d5fc89d6.tar.gz
Updated changelog for 0.11.1 bugfix release
-rw-r--r--CHANGELOG9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fcd59ce..0b7b06a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,12 @@
+0.11.1
+
+- Fixed bug in xunit plugin xml escaping. Thanks to Nat Williams for the bug
+ report (#266).
+- Fixed bug in xunit plugin that could cause test run to crash after certain
+ types of errors or actions by other plugins.
+- Fixed bug in testid plugin that could cause test run to crash after certain
+ types of errors or actions by other plugins.
+
0.11
- Added multiprocess plugin that allows tests to be run in parallel