Skip to content

Commit

Permalink
Update release notes wrt #192
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 18, 2019
1 parent c50dadd commit 7cea326
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 6 additions & 1 deletion release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,10 @@ Yanming Zhou (quaff@github)
(2.10.1)

Zack Slayton (zslayton@github)
* Reported, contributed fix for #189: IonObjectMapper close()s the provided IonWriter unnecessarily
* Reported, contributed fix for #189: (ion) IonObjectMapper close()s the provided IonWriter unnecessarily
(2.10.2)

Binh Tran (ankel@github)
* Reported, contributed fix for #192: (ion) Allow `IonObjectMapper` with class name annotation introspector
to deserialize generic subtypes
(2.11.0)
3 changes: 3 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Project: jackson-datatypes-binaryModules:

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

2.10.2 (not yet released)
Expand Down

0 comments on commit 7cea326

Please sign in to comment.