diff --git a/CHANGES.txt b/CHANGES.txt index 009208486..9489019dd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -38,6 +38,16 @@ Other changes * Built with Cython 3.0.10. +5.1.2 (2024-??-??) +================== + +Bugs fixed +---------- + +* LP#2059977: ``Element.iterfind("//absolute_path")`` failed with a ``SyntaxError`` + where it should have issued a warning. + + 5.1.1 (2024-03-28) ==================