summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2008-06-02 23:26:25 +0000
committerJason Pellerin <jpellerin@gmail.com>2008-06-02 23:26:25 +0000
commit6abc816292e5ed6d78d4e2d5c4d7ee59c33100f9 (patch)
treee1a30d94432dfcf520640449fa9674b227288c25
parenta2c5e7f555ea61a39da5dc17351ad133dbcc580d (diff)
downloadnose-6abc816292e5ed6d78d4e2d5c4d7ee59c33100f9.tar.gz
Updated CHANGELOG
-rw-r--r--CHANGELOG5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b574033..9ad0373 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,7 +2,10 @@
- Fixed bug in nosetests setup command that caused an exception to be raised
if run with options. Thanks to Philip Jenvey for the bug report (#191).
-
+- Raised score of coverage plugin to 200, so that it will execute before
+ default-score plugins, and so be able to catch more import-time code. Thanks
+ to Ned Batchelder for the bug report and patch (#190).
+
0.10.2
- nose now runs under jython (jython svn trunk only at this time). Thanks to