diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-21 10:53:54 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-21 10:53:54 -0400 |
commit | fa3756ab0131b707fd3960e70dcf72fd65df3897 (patch) | |
tree | af1226808943ede4a8bbe6eae70c4426df855798 | |
parent | 7004a2432a13391c76dbcc9ecb2e868a529234d0 (diff) | |
download | python-coveragepy-git-fa3756ab0131b707fd3960e70dcf72fd65df3897.tar.gz |
An improvement to a CHANGE notice.
-rw-r--r-- | CHANGES.txt | 4 |
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.
|