Skip to content

Commit 93a5474

Browse files
committed
Update release notes wrt #814
1 parent 3d7185d commit 93a5474

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

release-notes/VERSION-2.x

+4-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ JSON library.
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17-
Unreleased:
18-
19-
#736: `JsonPointer` quadratic memory use: OOME on deep inputs
20-
(reported by Doug R)
21-
2217
2.14.0-rc2 (10-Oct-2022)
2318
2.14.0-rc1 (25-Sep-2022)
2419

@@ -38,6 +33,8 @@ Unreleased:
3833
#733: Add `StreamReadCapability.EXACT_FLOATS` to indicate whether parser reports exact
3934
floating-point values or not
4035
(contributed Doug R)
36+
#736: `JsonPointer` quadratic memory use: OOME on deep inputs
37+
(reported by Doug R)
4138
#745: Change minimum Java version to 8
4239
#749: Allow use of faster floating-point number serialization
4340
(`StreamWriteFeature.USE_FAST_DOUBLE_WRITER`)
@@ -70,6 +67,8 @@ Unreleased:
7067
`byte[]`/`char[]`/String-with-offsets input
7168
#812: Add explicit bounds checks for `JsonFactory.createParser()` methods
7269
that take `byte[]`/`char[]`-with-offsets input
70+
#814: Use `BigDecimalParser` for BigInteger parsing very long numbers
71+
(contributed by @pjfanning)
7372
#818: Calling `JsonPointer.compile(...)` on very deeply nested expression
7473
throws `StackOverflowErrror`
7574
#822: Declare osgi.serviceloader.registrar requirement as optional

0 commit comments

Comments
 (0)