diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2011-04-10 09:16:23 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-04-10 09:16:23 -0400 |
commit | ca2d15da760b9da441a25b1591a97e372518a413 (patch) | |
tree | 01ec71ba0369a1a22fa4fe23738a9b4331c163f2 | |
parent | 8a76f3869c6f2926e225cd000125cae9c4246989 (diff) | |
download | python-coveragepy-git-ca2d15da760b9da441a25b1591a97e372518a413.tar.gz |
Update CHANGES.
-rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 7134c13f..54d5ce88 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -44,6 +44,10 @@ Version 3.5 - Installation from source now succeeds on machines without a C compiler, closing `issue 80`. +- Coverage.py can now be run directly from a working tree by specifying + the directory name to python: ``python coverage_py_working_dir run ...``. + Thanks, Brett Cannon. + - Internally, files are now closed explicitly, fixing `issue 104`. Thanks, Brett Cannon. |