diff options
author | Leonard Richardson <leonardr@segfault.org> | 2023-04-07 10:31:56 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2023-04-07 10:31:56 -0400 |
commit | 67336dd4cd781a7d27716a5bcaae939e80a7bc24 (patch) | |
tree | 0a345409186c2e6cb0ab312e18feb4bbb16c206b /CHANGELOG | |
parent | fb8179d217dfb11e81c28076fc3bf14bdf9a0038 (diff) |
Fixed an unhandled exception in BeautifulSoup.decode_contents
and methods that call it. [bug=2015545]
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,12 @@ += 4.12.2 (20230407) + +* Fixed an unhandled exception in BeautifulSoup.decode_contents + and methods that call it. [bug=2015545] + = 4.12.1 (20230405) NOTE: the following things are likely to be dropped in the next -release of Beautiful Soup: +feature release of Beautiful Soup: Official support for Python 3.6. Inclusion of unit tests and test data in the wheel file. |