diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2011-01-30 11:49:43 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-01-30 11:49:43 -0500 |
commit | fefc80883476d3974b3aee692ab274d1f563f7bb (patch) | |
tree | 1925fda96a4d65eee47d74249bac4e0f9fec7eec | |
parent | f978ba005c883f19ebd131842a679d8a9b0fd354 (diff) | |
download | python-coveragepy-git-fefc80883476d3974b3aee692ab274d1f563f7bb.tar.gz |
Keep CHANGES up to date
-rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 |