File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -237,3 +237,9 @@ Marco Belladelli (mbladel@github)
237
237
* Contributed fix for #584 : Deserialization of `null` String values in Arrays / `Collection`s
238
238
not working as expected
239
239
(2.15.0 )
240
+
241
+ Motonori IWAMURO (vmi@github)
242
+
243
+ * Contributed fix for #616 : Fix mismatch in `setNextIsUnwrapped(boolean)` in
244
+ `XmlBeanSerializerBase#serializeFieldsFiltered()`
245
+ (2.16.1 )
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Project: jackson-dataformat-xml
4
4
=== Releases ===
5
5
------------------------------------------------------------------------
6
6
7
+ 2.16.1 (not yet released)
8
+
9
+ #616 : Fix mismatch in `setNextIsUnwrapped(boolean)` in
10
+ `XmlBeanSerializerBase#serializeFieldsFiltered()`
11
+ (fix contributed by Motonori I)
12
+
7
13
2.16.0 (15 -Nov-2023 )
8
14
9
15
#148 : `@JacksonXmlElementWrapper` not respected when serializing
You can’t perform that action at this time.
0 commit comments