diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-04-15 21:13:59 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-04-15 21:13:59 -0400 |
commit | 238942520f311cf3e681d57f75ea7e699c821b58 (patch) | |
tree | c7cc4cfaa8bd82d91b2f870610239c6cd3fc7a0f | |
parent | 66262740912cccbd679b43ae9292ab5b1a1a61e9 (diff) | |
download | python-coveragepy-git-238942520f311cf3e681d57f75ea7e699c821b58.tar.gz |
Update CHANGES for #361.
-rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 45c279c1..cbe4d561 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -13,8 +13,14 @@ 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 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 359: https://bitbucket.org/ned/coveragepy/issue/359/xml-report-chunk-error .. _issue 360: https://bitbucket.org/ned/coveragepy/issue/360/html-reports-get-confused-by-l-in-the-code +.. _issue 361: https://bitbucket.org/ned/coveragepy/issue/361/use-double-quotes-in-html-output-to Version 4.0a5 --- 16 February 2015 |