Skip to content

Commit 098aa37

Browse files
committed
Merge branch '2.11'
2 parents 02a5617 + 4043ae2 commit 098aa37

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

release-notes/CREDITS-2.x

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,11 @@ Todd O'Bryan (toddobryan@github)
204204
* Contributed fix fox #455: Jackson reports wrong locations for JsonEOFException
205205
(2.10.1)
206206

207+
Scott Leberknight (sleberknight@github)
208+
* Reported, contributed fix for #592: DataFormatMatcher#getMatchedFormatName throws NPE
209+
when no match exists
210+
(2.10.3)
211+
207212
Valery (valery1707@github)
208213
* Contributed #565: Synchronize variants of `JsonGenerator#writeNumberField`
209214
with `JsonGenerator#writeNumber`

release-notes/VERSION-2.x

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ JSON library.
1919
#565: Synchronize variants of `JsonGenerator#writeNumberField` with `JsonGenerator#writeNumber`
2020
(contributed by valery1707@github)
2121

22+
2.10.3 (not released yet)
23+
24+
#592: DataFormatMatcher#getMatchedFormatName throws NPE when no match exists
25+
(reported by Scott L)
26+
2227
2.10.2 (05-Jan-2020)
2328

2429
#580: FilteringGeneratorDelegate writeRawValue delegate to `writeRaw()`

0 commit comments

Comments
 (0)