We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e75a292 commit b5e5543Copy full SHA for b5e5543
release-notes/CREDITS-2.x
@@ -240,3 +240,8 @@ Oleksandr Poslavskyi (alevskyi@github)
240
James Agnew (jamesagnew@github)
241
* Contributed implementation of #611: Optionally allow leading decimal in float tokens
242
(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
@@ -16,6 +16,12 @@ JSON library.
16
17
2.12.0 (not yet released)
18
19
+2.11.4 (not yet released)
20
21
+#647: Fix NPE in `writeNumber(String)` method of `UTF8JsonGenerator`,
22
23
+ (contributed by Pavel K)
24
25
2.11.3 (02-Oct-2020)
26
2.11.2 (02-Aug-2020)
27
2.11.1 (25-Jun-2020)
0 commit comments