summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2023-01-28 16:46:10 -0500
committerLeonard Richardson <leonardr@segfault.org>2023-01-28 16:46:10 -0500
commitbd3c7492d81440597d2a82cf6265bb68b53f1b84 (patch)
tree5145c124921f23e1331b3ec7acf7e255fa377141 /CHANGELOG
parenta65a97e91ce9628bf0001fa40b5dc591288293c9 (diff)
Incremented version number.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1e6a070..5e41731 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,7 +4,7 @@ Beautiful Soup's official support for Python 2 ended on January 1st,
Python 2 was revision 70f546b1e689a70e2f103795efce6d261a3dadf7. In the
Bazaar repository, the final revision to support Python 2 was 605.
-= Unreleased
+= 4.11.2 (Unreleased)
* Fixed test failures caused by nondeterministic behavior of
UnicodeDammit's character detection, depending on the platform setup.