summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ec67f5c..086be15 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,9 +1,9 @@
-Beautiful Soup's official support for Python 2 ended on January 1st,
+Note: 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 Git repository, the final revision to support
Python 2 was revision 70f546b1e689a70e2f103795efce6d261a3dadf7.
-= 4.11.2 (Unreleased)
+= 4.11.2 (20230131)
* Fixed test failures caused by nondeterministic behavior of
UnicodeDammit's character detection, depending on the platform setup.
@@ -24,6 +24,8 @@ Python 2 was revision 70f546b1e689a70e2f103795efce6d261a3dadf7.
* Passing a Tag's .contents into PageElement.extend() now works the
same way as passing the Tag itself.
+* Soup Sieve tests will be skipped if the library is not installed.
+
= 4.11.1 (20220408)
This release was done to ensure that the unit tests are packaged along