summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-06-25 19:46:01 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-06-25 19:46:01 -0400
commite0a535dafb305c3343932d041465792af8588d66 (patch)
tree0c8a4d406bdc9967f4507a688e7f7558dab77a0c
parent5c72cf472566fe301e91d40ee6ea00591a9169ea (diff)
downloadpython-coveragepy-e0a535dafb305c3343932d041465792af8588d66.tar.gz
More details.
-rw-r--r--CHANGES.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e92803b..c043160 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,7 +9,8 @@ Version 3.next
- Removed the recursion limit in the tracer function. Previously, code that
ran more than 500 frames deep would crash.
-- The coverage code itself will now not be measured by coverage.py
+- The coverage.py code itself will now not be measured by coverage.py, and no
+ coverage modules will be mentioned in the nose --with-cover plugin.
Version 3.0, 13 June 2009