From 18c5398430aedc72736f153edfae3abc7549c4ef Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 9 Jan 2020 17:10:55 -0800 Subject: [PATCH] Update release notes wrt #592 fix --- release-notes/CREDITS-2.x | 5 +++++ release-notes/VERSION-2.x | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x index 6d5bd4fcc3..a154633c8d 100644 --- a/release-notes/CREDITS-2.x +++ b/release-notes/CREDITS-2.x @@ -203,3 +203,8 @@ Fabien Renaud (fabienrenaud@github) Todd O'Bryan (toddobryan@github) * Contributed fix fox #455: Jackson reports wrong locations for JsonEOFException (2.10.1) + +Scott Leberknight (sleberknight@github) + * Reported, contributed fix for #592: DataFormatMatcher#getMatchedFormatName throws NPE + when no match exists + (2.10.3) diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 3b68e9c9ac..93b6b78440 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -14,6 +14,11 @@ JSON library. === Releases === ------------------------------------------------------------------------ +2.10.3 (not released yet) + +#592: DataFormatMatcher#getMatchedFormatName throws NPE when no match exists + (reported by Scott L) + 2.10.2 (05-Jan-2020) #580: FilteringGeneratorDelegate writeRawValue delegate to `writeRaw()`