Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Nov 21, 2021
1 parent e6c925f commit 9e86335
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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)
Expand Down

0 comments on commit 9e86335

Please sign in to comment.