summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-10-15 11:02:48 +0200
committerStefan Behnel <stefan_ml@behnel.de>2021-10-15 11:27:23 +0200
commitbc84830de8cbd675cae1aa4f753a9fc887a7c268 (patch)
treee061f03941752c9bc417e4e956d67b562a48dc1d /CHANGES.txt
parentdfb02bdc527cdb173320b3e181421b42682eba27 (diff)
downloadpython-lxml-bc84830de8cbd675cae1aa4f753a9fc887a7c268.tar.gz
Prepare release of 4.6.4.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a250d364..cac6960f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,6 +9,13 @@ lxml changelog
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.
+
+4.6.4 (2021-10-15)
+==================
+
+Features added
+--------------
+
* GH#317: A new property ``system_url`` was added to DTD entities.
Patch by Thirdegree.