summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 91218bb..d56aebe 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -53,6 +53,9 @@ 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.
+
- Prevented deprecation warnings from configparser that happened in some
circumstances, closing `issue 530`_.