From ff94502aca934403237f805aa710b4d28d9e1090 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Thu, 25 May 2023 08:58:41 +0200 Subject: [PATCH] Update changelog. --- CHANGES.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 396a610ac..16766b2ee 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -12,7 +12,10 @@ 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. +* A memory leak in ``lxml.html.clean`` was resolved by switching to Cython 0.29.34+. + +* GH#370: A crash with recent libxml2 2.11.x versions was resolved. + Patch by Michael Schlenker. Other changes ------------- @@ -24,7 +27,7 @@ Other changes * Binary wheels use the latest library versions libxml2 2.10.3 and libxslt 1.1.37. -* Built with Cython 0.29.34 to adapt to changes in Python 3.11 and 3.12. +* Built with Cython 0.29.35 to adapt to changes in Python 3.11 and 3.12. 4.9.2 (2022-12-13)