summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2021-12-19 14:07:12 -0500
committerLeonard Richardson <leonardr@segfault.org>2021-12-19 14:07:12 -0500
commit21e42d700be98412003980ccd707af1ee7ab60f8 (patch)
tree0d769121678906969200cde9157c46613dc0f055 /CHANGELOG
parent497bf714d07e491bc811abd64e5fe3391564998d (diff)
Removed support for the iconv_codec library, which doesn't seem
to exist anymore and was never put up on PyPI. (The closest replacement on PyPI, iconv_codecs, is GPL-licensed, so we can't use it.)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 25fa1c4..43ddb84 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -43,6 +43,10 @@ Python 2 was revision 605.
* Fixed a crash when overriding multi_valued_attributes and using the
html5lib parser. [bug=1948488]
+* Removed support for the iconv_codec library, which doesn't seem
+ to exist anymore and was never put up on PyPI. (The closest
+ replacement on PyPI, iconv_codecs, is GPL-licensed, so we can't use it.)
+
= 4.10.0 (20210907)
* This is the first release of Beautiful Soup to only support Python