From 8989acff37761790c44a6a7e99e79e7ba68a4ba6 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Sun, 21 May 2023 17:15:37 -0700 Subject: [PATCH] Update release notes wrt #1019 --- release-notes/VERSION-2.x | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index b73ddcb990..aff6f849e7 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -6,9 +6,9 @@ of interfaces needed for streaming level to make callbacks and call-throughs, via `ObjectCodec` and `TreeNode`. Also includes implementation of this API for JSON. -Forms the base for other data formats as well, despite naming that suggests -JSON-specificity: naming is due to history, as Jackson started out as pure -JSON library. +Forms the base for other data formats as well despite naming suggesting +JSON-specificity: naming is due to history, as Jackson started out as +a pure JSON library. ------------------------------------------------------------------------ === Releases === @@ -16,6 +16,8 @@ JSON library. 2.15.2 (not yet released) +#1019: Allow override of `StreamReadContraints` default with + `overrideDefaultStreamReadConstraints()` #1027: Extra module-info.class in 2.15.1 (reported by @tbnguyen1407) #1028: Wrong checksums in `module.json` (2.15.0, 2.15.1)