From 8d3e52255f519dae29c0806556386c060c727225 Mon Sep 17 00:00:00 2001 From: Paul de Vrieze Date: Fri, 27 Oct 2023 22:11:43 +0100 Subject: [PATCH] Add some changelog entries. --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 7e267a3ac..6d6cd73d2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,12 @@ Features: the policy. Fixes: - Fix handling of empty textual value content. +- Fix collapsing whitespace when it is empty #180. +- Fix the way the recommended config works to apply the policy. Note that + recommended is not designed to be stable. +- Fix regression on root tag strictness. Now if the root type has a declared `@XmlSerialName` + this type will be expected as the root tag unless explicitly specified differently + as parameter. - Add a proper non-deprecated constructor for `DefaultXmlSerializationPolicy` this takes a Builder, or a configuration lambda. Both options enable future proofing when further attributes are added.