From fa3756ab0131b707fd3960e70dcf72fd65df3897 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 21 May 2009 10:53:54 -0400 Subject: An improvement to a CHANGE notice. --- CHANGES.txt | 4 ++-- 1 file 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. -- cgit v1.2.1