summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2021-12-19 14:10:57 -0500
committerLeonard Richardson <leonardr@segfault.org>2021-12-19 14:10:57 -0500
commit792a9e485e1b110534345a4f96fd65099879421e (patch)
treeec026863a8efc321655b08f28a957599d3c6bf23 /CHANGELOG
parent21e42d700be98412003980ccd707af1ee7ab60f8 (diff)
Remove a huge list of HTML entities that was only necessary under Python 2.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 43ddb84..d235cf4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -45,7 +45,8 @@ Python 2 was revision 605.
* 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.)
+ replacement on PyPI, iconv_codecs, is GPL-licensed, so we can't use
+ it--it's also quite old.)
= 4.10.0 (20210907)