Skip to content

Commit

Permalink
Update release notes wrt #246
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 19, 2021
1 parent eb0b61b commit 448d685
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion release-notes/CREDITS-2.x
Expand Up @@ -146,7 +146,10 @@ Michael Liedtke (mcliedtke@github)
* Contributed fix for #212: (ion) Optimize `IonParser.getNumberType()` using
`IonReader.getIntegerSize()`
(2.12.0)
* Contributed #246: (ion) Add `IonObjectMapper.builderForBinaryWriters()` / `.builderforTextualWriters()`
convenience methods
(2.12.2)
Guillaume Bort (guillaumebort@github)
* Contributed implementation of #222: (cbor) Add `CBORGenerator.Feature.LENIENT_UTF_ENCODING`
Expand Down
3 changes: 3 additions & 0 deletions release-notes/VERSION-2.x
Expand Up @@ -21,6 +21,9 @@ Modules:
(contributed by jhhladky@github)
#244: (ion) Add support for deserializing IonTimestamps and IonBlobs
(contributed by jessbrya-amzn@github)
#246: (ion) Add `IonObjectMapper.builderForBinaryWriters()` / `.builderforTextualWriters()`
convenience methods
(contributed by Michael L)
#247: (ion) Enabling pretty-printing fails Ion serialization

2.12.1 (08-Jan-2021)
Expand Down

0 comments on commit 448d685

Please sign in to comment.