summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`_.