diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2023-03-25 12:00:51 +0100 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2023-03-25 12:00:51 +0100 |
commit | 4aa4d6cf26d9061a083dfe82ade8d1641237b73b (patch) | |
tree | edca015117ce4b5d4abd363ff86f05d237888cc1 | |
parent | 59c328ff388ef04643a9a3949923ce6f35d580b2 (diff) | |
download | python-lxml-4aa4d6cf26d9061a083dfe82ade8d1641237b73b.tar.gz |
Update changelog.
-rw-r--r-- | CHANGES.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index c684ad5e..660407d9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,22 @@ lxml changelog ============== +5.0.0 (2023-??-??) +================== + +Bugs fixed +---------- + +* ``lxml.objectify`` accepted non-decimal numbers like ``²²²`` as integers. + +* The internal exception handling in C callbacks was improved for Cython 3.0. + +Other changes +------------- + +* Linux/macOS wheels use the latest library versions libxml2 2.10.3 and libxslt 1.1.37. + + 4.9.2 (2022-12-13) ================== |