diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-18 11:57:52 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-18 11:57:52 -0400 |
commit | 2f7cad5bf31783e7a541443e86a4e57bb272f407 (patch) | |
tree | cfd914649d596be184f9fba92bb3554afb6f64db | |
parent | 8d3aa1ad29bd4d82981723d1b12eb7d7791cba3e (diff) | |
download | python-coveragepy-2f7cad5bf31783e7a541443e86a4e57bb272f407.tar.gz |
Keep CHANGES up to date.
-rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index e414e90..9f0a276 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -12,6 +12,8 @@ Continued refactoring. - Programs executed with -x now behave more as they should, for example,
__file__ has the correct value.
+- Removed the undocumented cache_file argument to coverage.usecache().
+
Version 3.0b1, 7 March 2009
---------------------------
|