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 @@ -8,6 +8,12 @@ Project: jackson-dataformat-xml
8
8
9
9
-
10
10
11
+ 2.16.1 (not yet released)
12
+
13
+ #616 : Fix mismatch in `setNextIsUnwrapped(boolean)` in
14
+ `XmlBeanSerializerBase#serializeFieldsFiltered()`
15
+ (fix contributed by Motonori I)
16
+
11
17
2.16.0 (15 -Nov-2023 )
12
18
13
19
#148 : `@JacksonXmlElementWrapper` not respected when serializing
You can’t perform that action at this time.
0 commit comments