From 47f94ff45551670e167dda2d7b9b205bbdbe0466 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Tue, 2 Apr 2024 10:02:32 +0200 Subject: [PATCH] Update changelog. --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 9489019dd..3431da82c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,6 +11,9 @@ Bugs fixed * LP#2059910: The minimum CPU architecture for the Linux x86 binary wheels was set back to "core2", but with SSE 4.2 enabled. +* LP#2059977: ``Element.iterfind("//absolute_path")`` failed with a ``SyntaxError`` + where it should have issued a warning. + * GH#416: The documentation build was using the non-standard ``which`` command. Patch by Michał Górny.