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
commita7e7344c6c6cc83024c6fa2d308c63281e74c41d (patch)
tree47fdd3ee77c0e675015a44b922b76d9c9ae6123f
parent28e315142794df541822d84ebde90c592b93f15d (diff)
downloadpython-coveragepy-git-a7e7344c6c6cc83024c6fa2d308c63281e74c41d.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 e414e906..9f0a2762 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
---------------------------