Skip to content

Commit e8a7abc

Browse files
committed
Update release notes
1 parent 833d87b commit e8a7abc

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

release-notes/CREDITS-2.x

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -306,25 +306,25 @@ Vlad Tatavu (vladt@github)
306306
(2.13.2)
307307

308308
PJ Fanning (pjfanning@github)
309-
* Contributed #577: Improve performance of floating-point number parsing
310-
(2.14.0)
311-
* Contributed #730: JSON precision loss on `copyCurrentEvent()` for floats that require greater
312-
than `double` precision
313-
(2.15.0)
314-
* Contributed #744: Limit size of exception message in BigDecimalParser
315-
(2.13.3)
316-
* Contributed #749: Improve performance of writing floating-point numbers
309+
* Contributed #577: Improve performance of floating-point number parsing
310+
(2.14.0)
311+
* Contributed #730: JSON precision loss on `copyCurrentEvent()` for floats that require greater
312+
than `double` precision
313+
(2.15.0)
314+
* Contributed #744: Limit size of exception message in BigDecimalParser
315+
(2.13.3)
316+
* Contributed #749: Improve performance of writing floating-point numbers
317317
(2.14.0)
318-
* Contributed #773: Add option to accept non-standard trailing decimal point
318+
* Contributed #773: Add option to accept non-standard trailing decimal point
319319
(2.14.0)
320-
* Contributed #774: Add a feature to allow leading plus sign
321-
(`JsonReadFeature.ALLOW_LEADING_PLUS_SIGN_FOR_NUMBERS`)
320+
* Contributed #774: Add a feature to allow leading plus sign
321+
(`JsonReadFeature.ALLOW_LEADING_PLUS_SIGN_FOR_NUMBERS`)
322322
(2.14.0)
323-
* Contributed #827: Add numeric value size limits via `StreamReadConstraints`
323+
* Contributed #827: Add numeric value size limits via `StreamReadConstraints`
324324
(2.15.0)
325-
* Contributed #863: Add `StreamReadConstraints` limit for longest textual value to
325+
* Contributed #863: Add `StreamReadConstraints` limit for longest textual value to
326326
(2.15.0)
327-
* ... and countless more
327+
* ... and countless more -- 2.16+ contributions not listed
328328

329329
Ilya Golovin (ilgo0413@github)
330330
* Contributed #684: Add "JsonPointer#appendProperty" and "JsonPointer#appendIndex"

release-notes/VERSION-2.x

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ a pure JSON library.
3131
#1041: Start using AssertJ in unit tests
3232
#1042: Allow configuring spaces before and/or after the colon in `DefaultPrettyPrinter`
3333
(contributed by @digulla)
34+
#1048: Add configurable processing limits for JSON generator (`StreamWriteConstraints`)
35+
(contributed by @pjfanning)
3436
#1050: Compare `_snapshotInfo` in `Version`
3537
(contributed by @artoonie)
3638
#1051: Add `JsonGeneratorDecorator` to allow decorating `JsonGenerator`s

0 commit comments

Comments
 (0)