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
commitd84b6cf48496528422ffb4622337bc9ad9baf324 (patch)
tree088bd3aeeb331140e4ab1266e9c93942e6b7d827
parentfc0cff048b22a98165a6e151c920affc49c22860 (diff)
downloadpython-coveragepy-git-d84b6cf48496528422ffb4622337bc9ad9baf324.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 498d0ed4..9f1823e2 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.