From dc88d1fb294acdd9d87a5ef82d21007fb838272f Mon Sep 17 00:00:00 2001 From: xmppftw Date: Thu, 1 Aug 2024 14:43:05 +0200 Subject: [PATCH] Fix minidom CHANGELOG.md format --- minidom/CHANGELOG.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/minidom/CHANGELOG.md b/minidom/CHANGELOG.md index 4cc97301f1cc787053ff12fe54fe9f39e07467c0..1de86464d4bd8c1a0f251dfe170937826f43ef77 100644 --- a/minidom/CHANGELOG.md +++ b/minidom/CHANGELOG.md @@ -1,14 +1,13 @@ 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. + * Breaking + * Element comparison returns unequal when number of nodes is unequal. + * Changes + * 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