Skip to content

Commit

Permalink
Add some changelog entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdvrieze committed Oct 27, 2023
1 parent a960f46 commit 8d3e522
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8d3e522

Please sign in to comment.