File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -288,8 +288,12 @@ Vlad Tatavu (vladt@github)
288
288
(2.13 .2 )
289
289
290
290
PJ Fanning (pjfanning @github )
291
+ * Contributed #577 : Improve performance of floating-point number parsing
292
+ (2.14 .0 )
291
293
* Contributed #744 : Limit size of exception message in BigDecimalParser
292
294
(2.13 .3 )
295
+ * Contributed #749 : Improve performance of writing floating-point numbers
296
+ (2.14 .0 )
293
297
* Contributed #773 : Add option to accept non-standard trailing decimal point
294
298
(2.14 .0 )
295
299
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ JSON library.
16
16
17
17
2.14 .0 (not yet released )
18
18
19
+ #577 : Improve performance of floating - point number parsing
20
+ (contributed by @pjfanning )
19
21
#684 : Add "JsonPointer#appendProperty" and "JsonPointer#appendIndex"
20
22
(contributed by Ilya G )
21
23
#715 : Allow TokenFilters to keep empty arrays and objects
@@ -24,6 +26,8 @@ JSON library.
24
26
floating - point values or not
25
27
(contributed Doug R )
26
28
#745 : Change minimum Java version to 8
29
+ #749 : Improve performance of writing floating-point numbers
30
+ (contributed by @pjfanning )
27
31
#751 : Remove workaround for old issue with a particular double
28
32
(contributed by @pjfanning )
29
33
#753 : Add `NumberInput.parseFloat()`
You can’t perform that action at this time.
0 commit comments