From 7ebda90211052233b9c8bb3723f1d84f57f45e56 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 29 Dec 2023 21:26:58 +0100 Subject: [PATCH] Fix typo in changelog. --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 9b571dc4f..605685e54 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,7 +8,7 @@ lxml changelog Features added -------------- -* Character escaping in ``C14N2` serialisation now uses a single pass over the text +* Character escaping in ``C14N2`` serialisation now uses a single pass over the text instead of searching for each unescaped character separately. * Early support for Python 3.13a2 was added.