Skip to content

Commit 7cea326

Browse files
committed
Update release notes wrt #192
1 parent c50dadd commit 7cea326

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

release-notes/CREDITS-2.x

+6-1
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,10 @@ Yanming Zhou (quaff@github)
119119
(2.10.1)
120120

121121
Zack Slayton (zslayton@github)
122-
* Reported, contributed fix for #189: IonObjectMapper close()s the provided IonWriter unnecessarily
122+
* Reported, contributed fix for #189: (ion) IonObjectMapper close()s the provided IonWriter unnecessarily
123123
(2.10.2)
124+
125+
Binh Tran (ankel@github)
126+
* Reported, contributed fix for #192: (ion) Allow `IonObjectMapper` with class name annotation introspector
127+
to deserialize generic subtypes
128+
(2.11.0)

release-notes/VERSION-2.x

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Project: jackson-datatypes-binaryModules:
1212

1313
#179: (avro) Add `AvroGenerator.canWriteBinaryNatively()` to support binary writes,
1414
fix `java.util.UUID` representation
15+
#192: (ion) Allow `IonObjectMapper` with class name annotation introspector to deserialize
16+
generic subtypes
17+
(reported, fix provided by Binh T)
1518
- `AvroGenerator` overrides `getOutputContext()` properly
1619

1720
2.10.2 (not yet released)

0 commit comments

Comments
 (0)