summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-04-18 11:57:52 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-04-18 11:57:52 -0400
commit2f7cad5bf31783e7a541443e86a4e57bb272f407 (patch)
treecfd914649d596be184f9fba92bb3554afb6f64db
parent8d3aa1ad29bd4d82981723d1b12eb7d7791cba3e (diff)
downloadpython-coveragepy-2f7cad5bf31783e7a541443e86a4e57bb272f407.tar.gz
Keep CHANGES up to date.
-rw-r--r--CHANGES.txt2
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
---------------------------