Skip to content

Commit

Permalink
Add ref to #943 in release-notes/VERSION-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 12, 2023
1 parent c94fd87 commit 22fd108
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ a pure JSON library.
allow for deferred decoding in some cases
#921: Add `JsonFactory.Feature.CHARSET_DETECTION` to disable charset detection
(contributed by @yawkat)
#943: Add `StreamReadConstraints.maxNestingDepth()` to constraint max nesting
depth (default: 1000)
#948: Use `StreamConstraintsException` in name canonicalizers
(contributed by @pjfanning)
#962: Offer a way to directly set `StreamReadConstraints` via `JsonFactory` (not just Builder)
#965: 2.15.0-rc1 missing Gradle module metadata marker in pom.xml
#968: Prevent inefficient internal conversion from `BigDecimal` to `BigInteger`
wrt ultra-large scale
#984: Add `JsonGenerator.copyCurrentEventExact` as alternative to `copyCurrentEvent()`
Expand Down

0 comments on commit 22fd108

Please sign in to comment.