summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-05-03 09:38:12 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-05-03 09:38:12 -0400
commit4f426b84468c951c96db09b02c99a94bb47d7a73 (patch)
treeb3f6e6f7e95b0f13822b82fd8ed09bda82273ebd
parent51df217245edbef2d017a4e3291f42ee427d0b6e (diff)
downloadpython-coveragepy-4f426b84468c951c96db09b02c99a94bb47d7a73.tar.gz
A better description of issue 361.
-rw-r--r--CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 498d0ed..9f1823e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -27,8 +27,8 @@ Latest
- 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.
+ and somehow have no idea that single quotes exist. Capitulates to the absurd
+ `issue 361`_. Thanks, Jon Chappell.
- The ``coverage annotate`` command now handles non-ASCII characters properly,
closing `issue 363`_. Thanks, Leonardo Pistone.