From f648ab0c36a389efa8a6451f3186212985eade3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Tue, 23 Jul 2024 18:23:58 +0200 Subject: [PATCH] minidom: Update changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- minidom/CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/minidom/CHANGELOG.md b/minidom/CHANGELOG.md index 2a1803b0..4cc97301 100644 --- a/minidom/CHANGELOG.md +++ b/minidom/CHANGELOG.md @@ -1,3 +1,15 @@ +Version 0.16, released 2024-07-23: + * Breaking + * Element comparison returns unequal when number of nodes is unequal. + * Changed + * New `Element::append_text` method. + * Update rxml to 0.11.0 + * Fixes + * Prevent splitting of text nodes in TreeBuilder when there is no element + in between. + * Update to edition 2021. + * Fix clippy lints, and other compiler warnings. + Version 0.15.2, released 2023-05-13: * Changes * Fix a memory corruption on closing tags for elements with a name longer