summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-03-01 06:35:38 -0500
committerNed Batchelder <ned@nedbatchelder.com>2014-03-01 06:35:38 -0500
commit3001dbc4797ecd1532f8a5dc166a603a5ef2e5bf (patch)
treec423fd177a8b10a45eca5f13d059f2f05fdcdc16
parent507471475e468322d76e668e8f1a7eb443aab594 (diff)
downloadpython-coveragepy-git-3001dbc4797ecd1532f8a5dc166a603a5ef2e5bf.tar.gz
Tweak up the .txt files for Chris' pull request.
-rw-r--r--AUTHORS.txt2
-rw-r--r--CHANGES.txt4
2 files changed, 5 insertions, 1 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt
index cc3f6477..e4e861af 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 eda8d074..28f5608f 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
-------------------------