diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-04-21 21:31:58 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-04-21 21:31:58 -0400 |
| commit | bd08ffa8a50d8175b607d268c9857ef92e0d231d (patch) | |
| tree | 88faeaff7f5d6f17f0832a10dcdea16add287bfb /CHANGES.txt | |
| parent | b976d22f5c6f9d42cbaf3bff5e3dd3faa0987838 (diff) | |
| download | python-coveragepy-git-bd08ffa8a50d8175b607d268c9857ef92e0d231d.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.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index edc9af53..1871b3b4 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 |
