diff options
author | Leonard Richardson <leonardr@segfault.org> | 2023-01-25 14:50:44 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2023-01-25 14:50:44 -0500 |
commit | 9f29d5b62539d8020b3e99e084c52a45996b7403 (patch) | |
tree | f0b475ecbbf521c8716e7cd9676b4aa34169d8d2 /CHANGELOG | |
parent | e4f967730af7d5ea59f6a05d03c779df16a24bd3 (diff) |
Passing a Tag's .contents into PageElement.extend() now works the
same way as passing the Tag itself.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,7 +1,8 @@ Beautiful Soup's official support for Python 2 ended on January 1st, 2021. The final release to support Python 2 was Beautiful Soup -4.9.3. In the Launchpad Bazaar repository, the final revision to support -Python 2 was revision 605. +4.9.3. In the Launchpad Git repository, the final revision to support +Python 2 was revision 70f546b1e689a70e2f103795efce6d261a3dadf7. In the +Bazaar repository, the final revision to support Python 2 was 605. = Unreleased @@ -11,6 +12,9 @@ Python 2 was revision 605. * Fixed another crash when overriding multi_valued_attributes and using the html5lib parser. [bug=1948488] +* Passing a Tag's .contents into PageElement.extend() now works the + same way as passing the Tag itself. + = 4.11.1 (20220408) This release was done to ensure that the unit tests are packaged along |