summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2022-04-10 13:42:02 -0400
committerLeonard Richardson <leonardr@segfault.org>2022-04-10 13:42:02 -0400
commit92b50fc6ae57038a09e9cace20604613b1b345e8 (patch)
treee695bca9b85d605272dee2128ffd4fe69af4b0d5 /CHANGELOG
parentbae2e2ca3565a75fcff1d2bc911f0a2e022761b4 (diff)
Fixed another crash when overriding multi_valued_attributes and using the
html5lib parser. [bug=1948488]
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fa97555..b1dbf7d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,11 @@ Beautiful Soup's official support for Python 2 ended on January 1st,
4.9.3. In the Launchpad Bazaar repository, the final revision to support
Python 2 was revision 605.
+= Unreleased
+
+* Fixed another crash when overriding multi_valued_attributes and using the
+ html5lib parser. [bug=1948488]
+
= 4.11.1 (20220408)
This release was done to ensure that the unit tests are packaged along