summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b1dbf7d..ac7882b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,9 @@ Python 2 was revision 605.
= Unreleased
+* Fixed a test failure when cchardet is not installed but
+ charset_normalizer is. [bug=1973072]
+
* Fixed another crash when overriding multi_valued_attributes and using the
html5lib parser. [bug=1948488]