Skip to content

Commit d68bb19

Browse files
committed
Update release notes wrt #80
1 parent d29cf4f commit d68bb19

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

release-notes/CREDITS-2.x

+5
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ Adrian Palanques (devdevx@github)
4949
* Reported #78: (datetime) Year deserialization ignores `@JsonFormat` pattern
5050
(2.9.7)
5151

52+
Craig Pardey (pards@github)
53+
* Contributed #80: Feature request: Support case-insensitive `LocalDate` formats
54+
(MapperFeature.ACCEPT_CASE_INSENSITIVE_VALUES)
55+
(2.10.0)
56+
5257
Andriy Plokhotnyuk (plokhotnyuk@github)
5358
* Reported #90 (datetime): Performance issue with malicious `BigDecimal` input,
5459
`InstantDeserializer`, `DurationDeserializer`

release-notes/VERSION-2.x

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ Modules:
88
=== Releases ===
99
------------------------------------------------------------------------
1010

11+
2.10.0 (not yet released)
12+
13+
#80: Feature request: Support case-insensitive `LocalDate` formats
14+
(MapperFeature.ACCEPT_CASE_INSENSITIVE_VALUES)
15+
(contributed by Craig P)
16+
1117
2.10.0.pr3 (17-Sep-2019)
1218

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

0 commit comments

Comments
 (0)