summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-12-06 23:10:33 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-12-06 23:10:33 -0500
commit0bf3757a1ded9824663466a2aa5388e09d75c7e6 (patch)
tree21283a977cee25b8a49fec518794cec320283b69
parent76e924a2b4268d9821c7fd6c69b6a092ddc936b1 (diff)
downloadpython-coveragepy-0bf3757a1ded9824663466a2aa5388e09d75c7e6.tar.gz
Clarify the latest changelog entry
-rw-r--r--CHANGES.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d56aebe..e5cf1b5 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -53,8 +53,8 @@ Unreleased
- Deal properly with non-ASCII file names in an ASCII-only world, `issue 533`_.
-- Plugins that set Unicode configuration values could cause UnicodeErrors when
- generating HTML reports. This is now fixed.
+- Programs that set Unicode configuration values could cause UnicodeErrors when
+ generating HTML reports. Pytest-cov is one example. This is now fixed.
- Prevented deprecation warnings from configparser that happened in some
circumstances, closing `issue 530`_.