Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed May 25, 2023
1 parent a8c8c42 commit ff94502
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGES.txt
Expand Up @@ -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
-------------
Expand All @@ -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)
Expand Down

0 comments on commit ff94502

Please sign in to comment.