Skip to content

Commit f6ec934

Browse files
committed
Update release notes wrt #241
1 parent 29cecbf commit f6ec934

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

release-notes/CREDITS-2.x

+4
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,7 @@ Fabian Meumertzheim (fmeum@github)
163163
* Reported #236: `ArrayIndexOutOfBoundsException` in `CBORParser` for invalid UTF-8 String
164164
(2.12.2)
165165

166+
(jhhladky@github)
167+
168+
* Contributed #241: (ion) Respect `WRITE_ENUMS_USING_TO_STRING` in `EnumAsIonSymbolSerializer`
169+
(2.12.2)

release-notes/VERSION-2.x

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ Project: jackson-datatypes-binaryModules:
1111

1212
2.12.2 (not yet released)
1313

14-
#236: `ArrayIndexOutOfBoundsException` in `CBORParser` for invalid UTF-8 String
14+
#236: (cbor) `ArrayIndexOutOfBoundsException` in `CBORParser` for invalid UTF-8 String
1515
(reported by Fabian M)
16-
#240: Handle invalid CBOR content like `[ 0x84 ]` (incomplete array)
16+
#240: (cbor) Handle invalid CBOR content like `[ 0x84 ]` (incomplete array)
17+
#241: (ion) Respect `WRITE_ENUMS_USING_TO_STRING` in `EnumAsIonSymbolSerializer`
18+
(contributed by jhhladky@github)
1719

1820
2.12.1 (08-Jan-2021)
1921

0 commit comments

Comments
 (0)