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 | 0459af8e8aa6766d5348baa7bd65b6464d3b08f4 (patch) | |
| tree | 9a38a373bb4bca6a0bf9bbd9968f2ce55f7d4429 /CHANGES.txt | |
| parent | 085f8017a9837c33c1f9e8bc3477d3ed47c1ab4a (diff) | |
| download | python-coveragepy-0459af8e8aa6766d5348baa7bd65b6464d3b08f4.tar.gz | |
Keep CHANGES up to date
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index a3a739a..4ac0e3e 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 |
