summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-05-21 10:53:54 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-05-21 10:53:54 -0400
commitfa3756ab0131b707fd3960e70dcf72fd65df3897 (patch)
treeaf1226808943ede4a8bbe6eae70c4426df855798
parent7004a2432a13391c76dbcc9ecb2e868a529234d0 (diff)
downloadpython-coveragepy-git-fa3756ab0131b707fd3960e70dcf72fd65df3897.tar.gz
An improvement to a CHANGE notice.
-rw-r--r--CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index cbc96a14..5ef58654 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -18,8 +18,8 @@ Version 3.0b3, 16 May 2009
Offenbach.
- When using the object api (that is, constructing a coverage() object), data
- is no longer saved automatically on process exit. If you needed this,
- please get in touch with me so I can understand why! The module-level
+ is no longer saved automatically on process exit. You can re-enable it with
+ the auto_data=True parameter on the coverage() constructor. The module-level
interface still uses automatic saving.