diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-06-25 19:46:01 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-06-25 19:46:01 -0400 |
commit | 318364cdc098ca929a51f9944506b3ef505b0776 (patch) | |
tree | 18b8daa40b8ae8e7b135d6c072cff130663e06f8 | |
parent | 8aafd1ef3bd15554b043cd992800addcca67c6a9 (diff) | |
download | python-coveragepy-git-318364cdc098ca929a51f9944506b3ef505b0776.tar.gz |
More details.
-rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index e92803b2..c0431600 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
|