diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-14 23:46:30 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-14 23:46:30 -0400 |
| commit | a9ba8f4278072e87d1303493cc67fc1a6b3c876a (patch) | |
| tree | f7492db057ae94ebc058d4d8d1e7d4dbdc38b0d3 /CHANGES.txt | |
| parent | a6ed04580549e284dee3645724da6b7b0c4a8ac6 (diff) | |
| download | python-coveragepy-git-a9ba8f4278072e87d1303493cc67fc1a6b3c876a.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.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 1ef5734b..59a345d5 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
--------------------------
|
