summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-07-18 15:58:25 +0200
committerStefan Behnel <stefan_ml@behnel.de>2021-07-18 15:58:25 +0200
commit355c0a57e2b374cd6be848fc0656eb70906d7e61 (patch)
treed06ade5deeb1c9cd4cc866df8b6d87c0c4706a8d
parent02a49b1d6ad177c948652f8b4d72aa0e2b386b89 (diff)
downloadpython-lxml-355c0a57e2b374cd6be848fc0656eb70906d7e61.tar.gz
Update changelog.
-rw-r--r--CHANGES.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 22f4d450..a250d364 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,20 @@
lxml changelog
==============
+4.7.0 (2021-??-??)
+==================
+
+* Chunked Unicode string parsing via ``parser.feed()`` now encodes the input data
+ to the native UTF-8 encoding directly, instead of going through ``Py_UNICODE`` /
+ ``wchar_t`` encoding first, which previously required duplicate recoding in most cases.
+
+* GH#317: A new property ``system_url`` was added to DTD entities.
+ Patch by Thirdegree.
+
+* GH#314: The ``STATIC_*`` variables in ``setup.py`` can now be passed via env vars.
+ Patch by Isaac Jurado.
+
+
4.6.3 (2021-03-21)
==================