diff options
author | Leonard Richardson <leonardr@segfault.org> | 2022-04-10 13:42:02 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2022-04-10 13:42:02 -0400 |
commit | 92b50fc6ae57038a09e9cace20604613b1b345e8 (patch) | |
tree | e695bca9b85d605272dee2128ffd4fe69af4b0d5 /CHANGELOG | |
parent | bae2e2ca3565a75fcff1d2bc911f0a2e022761b4 (diff) |
Fixed another crash when overriding multi_valued_attributes and using the
html5lib parser. [bug=1948488]
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |