summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2022-04-08 17:05:06 -0400
committerLeonard Richardson <leonardr@segfault.org>2022-04-08 17:05:06 -0400
commit0c75dd4a83674e840dd9ec3e34d974ec69070d0b (patch)
treecbeda86f32fd22ea520e1e8cefc17a913bc4216b /CHANGELOG
parent4430c10a14d52babc32eb1d069901e64cde21ecb (diff)
Some cleanup work to get more consistent and complete about what gets packaged with the Beautiful Soup release.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG17
1 files changed, 15 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 909d852..fa97555 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,8 +1,21 @@
-Beautiful Soup's official support for Python 2 ended on December 31st,
-2020. The final release to support Python 2 was Beautiful Soup
+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.11.1 (20220408)
+
+This release was done to ensure that the unit tests are packaged along
+with the released source. There are no functionality changes in this
+release, but there are a few other packaging changes:
+
+* The Japanese and Korean translations of the documentation are included.
+* The changelog is now packaged as CHANGELOG, and the license file is
+ packaged as LICENSE. NEWS.txt and COPYING.txt are still present,
+ but may be removed in the future.
+* TODO.txt is no longer packaged, since a TODO is not relevant for released
+ code.
+
= 4.11.0 (20220407)
* Ported unit tests to use pytest.