summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-09-14 23:46:30 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-09-14 23:46:30 -0400
commitcdaaeeef2545f2911d495dabe4f603cac71aca07 (patch)
tree06655b91f9c2a9a04c2af98b3ff4dce573b1e7d7 /CHANGES.txt
parent9d9e71c81e771d6ab1c25acff67edbeed705cd2f (diff)
downloadpython-coveragepy-cdaaeeef2545f2911d495dabe4f603cac71aca07.tar.gz
Capture the full path to the data file when execution starts. Fixes issue 24.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1ef5734..59a345d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -15,6 +15,11 @@ Version 3.1, unreleased
- Added the --timid option to enable a simpler slower trace function that works
for DecoratorTools (including TurboGears) projects.
+- Scripts that change directory will still write .coverage files in the
+ directory where execution started (`issue 24`_).
+
+.. _issue 24: http://bitbucket.org/ned/coveragepy/issue/24
+
Version 3.0.1, 7 July 2009
--------------------------