From ca2d15da760b9da441a25b1591a97e372518a413 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 10 Apr 2011 09:16:23 -0400 Subject: Update CHANGES. --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) 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. -- cgit v1.2.1