diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-03-01 06:35:38 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-03-01 06:35:38 -0500 |
commit | f490020a25773a006dc5e74be8cf1673e9df3989 (patch) | |
tree | f5c6b6d49baa77e640f2609b66f7dfbf31c8e27c | |
parent | 6a5c041232122350a47e866ac6d5a242572a2f50 (diff) | |
download | python-coveragepy-f490020a25773a006dc5e74be8cf1673e9df3989.tar.gz |
Tweak up the .txt files for Chris' pull request.
-rw-r--r-- | AUTHORS.txt | 2 | ||||
-rw-r--r-- | CHANGES.txt | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt index cc3f647..e4e861a 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -34,6 +34,7 @@ Catherine Proulx Brandon Rhodes Adi Roiban Greg Rogers +Chris Rose George Song David Stanek Joseph Tate @@ -41,4 +42,3 @@ Sigve Tjora Mark van der Wal Zooko Wilcox-O'Hearn Christoph Zwerschke -Chris Rose diff --git a/CHANGES.txt b/CHANGES.txt index eda8d07..28f5608 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,8 +7,12 @@ Change history for Coverage.py - Python versions supported are now 2.6, 2.7, 3.2, 3.3. +- The XML report will now create the output directory if need be, fixing + `issue 285`_. Thanks Chris Rose. + .. _issue 285: https://bitbucket.org/ned/coveragepy/issue/285/xml-report-fails-if-output-file-directory + 3.7.1 -- 13 December 2013 ------------------------- |