Skip to content

Commit b5e5543

Browse files
committed
Update release notes wrt #647
1 parent e75a292 commit b5e5543

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

release-notes/CREDITS-2.x

+5
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,8 @@ Oleksandr Poslavskyi (alevskyi@github)
240240
James Agnew (jamesagnew@github)
241241
* Contributed implementation of #611: Optionally allow leading decimal in float tokens
242242
(2.11.0)
243+
244+
Pavel Krutikhin (pakru@github)
245+
* Contributed fix for #647: Fix NPE in `writeNumber(String)` method of `UTF8JsonGenerator`,
246+
`WriterBasedJsonGenerator`
247+
(2.11.4)

release-notes/VERSION-2.x

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ JSON library.
1616

1717
2.12.0 (not yet released)
1818

19+
2.11.4 (not yet released)
20+
21+
#647: Fix NPE in `writeNumber(String)` method of `UTF8JsonGenerator`,
22+
`WriterBasedJsonGenerator`
23+
(contributed by Pavel K)
24+
1925
2.11.3 (02-Oct-2020)
2026
2.11.2 (02-Aug-2020)
2127
2.11.1 (25-Jun-2020)

0 commit comments

Comments
 (0)