summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-11-21 22:21:18 +0100
committerStefan Behnel <stefan_ml@behnel.de>2021-11-21 22:21:18 +0100
commit9e8633538985907dca0604bb28010dd7a72366ab (patch)
treec23cd1993dc752d3969e50dd5f7828fa607e5471
parente6c925f8c61bc62a572dc4ff945569ee59b2128a (diff)
downloadpython-lxml-9e8633538985907dca0604bb28010dd7a72366ab.tar.gz
Update changelog.
-rw-r--r--CHANGES.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index bcac6799..d17f03d5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -15,6 +15,9 @@ Features added
Bugs fixed
----------
+* The standard namespace prefixes were mishandled during "C14N2" serialisation on Python 3.
+ See https://mail.python.org/archives/list/lxml@python.org/thread/6ZFBHFOVHOS5GFDOAMPCT6HM5HZPWQ4Q/
+
* ``lxml.objectify`` previously accepted non-XML numbers with underscores (like "1_000")
as integers or float values in Python 3.6 and later. It now adheres to the number
format of the XML spec again.
@@ -25,7 +28,7 @@ Bugs fixed
Other changes
-------------
-* Wheels include libxml2 2.9.12+ and libxslt 1.1.34.
+* Wheels include libxml2 2.9.12+ and libxslt 1.1.34 (also on Windows).
4.6.4 (2021-11-01)