summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-04-21 21:31:58 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-04-21 21:31:58 -0400
commit2a7a4f2161d26eeb898f3deec3f7ce21b0f2f957 (patch)
tree6ae60d1198cc845a239a9635acc5ecd6a5af744d /CHANGES.txt
parent71e2e22f6d7601218f08ed038689fe8abc871d17 (diff)
downloadpython-coveragepy-2a7a4f2161d26eeb898f3deec3f7ce21b0f2f957.tar.gz
More work on #299
Add the timestamp to the Python output files also. Move the timestamp to the footer. Add Conrad to AUTHORS, and update the CHANGES file.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index edc9af5..1871b3b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,11 +17,15 @@ Latest
(`issue 360`_). It's always fun when the problem is due to a `bug in the
Python standard library <http://bugs.python.org/issue19035>`_.
+- HTML reports now include a timestamp in the footer, closing `issue 299`_.
+ Thanks, Conrad Ho.
+
- HTML reports now begrudgingly use double-quotes rather than single quotes,
because there are "software engineers" out there writing tools that read HTML
and somehow have no idea that single quotes exist. Fixes `issue 361`_.
Thanks, Jon Chappell.
+.. _issue 299: https://bitbucket.org/ned/coveragepy/issue/299/inserted-created-on-yyyy-mm-dd-hh-mm-in
.. _issue 308: https://bitbucket.org/ned/coveragepy/issue/308/yield-lambda-branch-coverage
.. _issue 324: https://bitbucket.org/ned/coveragepy/issue/324/yield-in-loop-confuses-branch-coverage
.. _issue 359: https://bitbucket.org/ned/coveragepy/issue/359/xml-report-chunk-error