diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-06 23:10:33 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-06 23:10:33 -0500 |
commit | da39c35665ff5bd7d67dde0230dfe28da395047e (patch) | |
tree | 341742878633f1e15512eefd6d938c559128a730 | |
parent | 636b34eaf660b761d166c9355dd3c2361fdb085c (diff) | |
download | python-coveragepy-git-da39c35665ff5bd7d67dde0230dfe28da395047e.tar.gz |
Clarify the latest changelog entry
-rw-r--r-- | CHANGES.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index d56aebef..e5cf1b55 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`_. |