diff options
author | Leonard Richardson <leonardr@segfault.org> | 2022-05-15 15:08:17 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2022-05-15 15:08:17 -0400 |
commit | d4189dccc847d87eed573c7ab2948db588aed4c0 (patch) | |
tree | 53987f4962660c1dcd7cb2b07578110be6c09e3b /CHANGELOG | |
parent | 92b50fc6ae57038a09e9cace20604613b1b345e8 (diff) |
Fixed a test failure when cchardet is not installed but
charset_normalizer is. [bug=1973072]
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |