Skip to content

Commit

Permalink
Update release notes wrt #80
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 22, 2019
1 parent d29cf4f commit d68bb19
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ Adrian Palanques (devdevx@github)
* Reported #78: (datetime) Year deserialization ignores `@JsonFormat` pattern
(2.9.7)

Craig Pardey (pards@github)
* Contributed #80: Feature request: Support case-insensitive `LocalDate` formats
(MapperFeature.ACCEPT_CASE_INSENSITIVE_VALUES)
(2.10.0)

Andriy Plokhotnyuk (plokhotnyuk@github)
* Reported #90 (datetime): Performance issue with malicious `BigDecimal` input,
`InstantDeserializer`, `DurationDeserializer`
Expand Down
6 changes: 6 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Modules:
=== Releases ===
------------------------------------------------------------------------

2.10.0 (not yet released)

#80: Feature request: Support case-insensitive `LocalDate` formats
(MapperFeature.ACCEPT_CASE_INSENSITIVE_VALUES)
(contributed by Craig P)

2.10.0.pr3 (17-Sep-2019)

#51: `YearKeyDeserializer` doesn't work with non-padded year values
Expand Down

0 comments on commit d68bb19

Please sign in to comment.