summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2023-04-20 10:09:47 +0200
committerStefan Behnel <stefan_ml@behnel.de>2023-04-20 10:09:47 +0200
commit932dff3f59a000084ad89807c6e3d27ad0631fe6 (patch)
tree31c6346ccfc3b3dab95dd117b2bd8b1e8e42ad8f
parentaa790c4ff3e54ee9865ee2b1e3475a4f29b32499 (diff)
downloadpython-lxml-932dff3f59a000084ad89807c6e3d27ad0631fe6.tar.gz
Update changelog.
-rw-r--r--CHANGES.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 5b140d94..99aad582 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -12,12 +12,14 @@ Bugs fixed
* The internal exception handling in C callbacks was improved for Cython 3.0.
+* A memory leak in ``lxml.html.clean`` was resolved by switching to Cython 0.29.34.
+
Other changes
-------------
* Binary wheels use the latest library versions libxml2 2.10.3 and libxslt 1.1.37.
-* Built with Cython 0.29.33 to adapt to changes in Python 3.11 and 3.12.
+* Built with Cython 0.29.34 to adapt to changes in Python 3.11 and 3.12.
4.9.2 (2022-12-13)