summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2021-10-23 15:20:01 -0400
committerLeonard Richardson <leonardr@segfault.org>2021-10-23 15:20:01 -0400
commit0afd48f8b3069fb3577749374e20611b231cb829 (patch)
tree6c156d1a1be01bbe9db95e0980b0f20af77a4b11 /CHANGELOG
parentbbf5c99a147387e6acdc5405f59c8dcbea0164c2 (diff)
Fixed a crash when overriding multi_valued_attributes and using the
html5lib parser. [bug=1948488]
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5e02c4b..6e9e66d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,9 @@ Python 2 was revision 605.
to make it possible to treat ruby text specially in get_text() calls.
[bug=1941980]
+* Fixed a crash when overriding multi_valued_attributes and using the
+ html5lib parser. [bug=1948488]
+
= 4.10.0 (20210907)
* This is the first release of Beautiful Soup to only support Python