From fefc80883476d3974b3aee692ab274d1f563f7bb Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 30 Jan 2011 11:49:43 -0500 Subject: Keep CHANGES up to date --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index a3a739ae..4ac0e3e0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -19,7 +19,11 @@ Version 3.5 coverage.py will issue a warning, at least alerting you to the problem. Closes `issue 93`_. Thanks to Marius Gedminas for the idea. +- Internally, files are now closed explicitly, fixing `issue 104`. Thanks, + Brett Cannon. + .. _issue 93: http://bitbucket.org/ned/coveragepy/issue/93/copying-a-mock-object-breaks-coverage +.. _issue 104: https://bitbucket.org/ned/coveragepy/issue/104/explicitly-close-files Version 3.4 --- 19 September 2010 -- cgit v1.2.1