From ae14e7227130f4d5c1ec5a9bb89d04f5dca61e22 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 1 Apr 2022 09:29:33 -0700 Subject: [PATCH] Update release notes wrt #744 --- release-notes/CREDITS-2.x | 4 ++++ release-notes/VERSION-2.x | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x index 811a7ab19b..68a0d4b60d 100644 --- a/release-notes/CREDITS-2.x +++ b/release-notes/CREDITS-2.x @@ -283,3 +283,7 @@ Vlad Tatavu (vladt@github) * Reported #739: `JsonLocation` in 2.13 only uses identity comparison for "content reference" (2.13.2) + +PJ Fanning (pjfanning@github) + * Cotnributed #744: Limit size of exception message in BigDecimalParser + (2.13.3) diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index c8fc7ef4c5..07e279bebc 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -14,6 +14,11 @@ JSON library. === Releases === ------------------------------------------------------------------------ +2.13.3 (not yet released) + +#744: Limit size of exception message in BigDecimalParser + (contributed by @pjfanning)) + 2.13.2 (06-Mar-2022) #732: Update Maven wrapper