Skip to content

Commit

Permalink
Update release notes wrt backported fix #616
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 2, 2023
1 parent b7e70d0 commit 7293648
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,9 @@ Marco Belladelli (mbladel@github)
* Contributed fix for #584: Deserialization of `null` String values in Arrays / `Collection`s
not working as expected
(2.15.0)

Motonori IWAMURO (vmi@github)

* Contributed fix for #616: Fix mismatch in `setNextIsUnwrapped(boolean)` in
`XmlBeanSerializerBase#serializeFieldsFiltered()`
(2.16.1)
6 changes: 6 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Project: jackson-dataformat-xml
=== Releases ===
------------------------------------------------------------------------

2.16.1 (not yet released)

#616: Fix mismatch in `setNextIsUnwrapped(boolean)` in
`XmlBeanSerializerBase#serializeFieldsFiltered()`
(fix contributed by Motonori I)

2.16.0 (15-Nov-2023)

#148: `@JacksonXmlElementWrapper` not respected when serializing
Expand Down

0 comments on commit 7293648

Please sign in to comment.