File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,11 @@ Adrian Palanques (devdevx@github)
49
49
* Reported #78 : (datetime) Year deserialization ignores `@JsonFormat` pattern
50
50
(2.9.7 )
51
51
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
+
52
57
Andriy Plokhotnyuk (plokhotnyuk@github)
53
58
* Reported #90 (datetime) : Performance issue with malicious `BigDecimal` input,
54
59
`InstantDeserializer`, `DurationDeserializer`
Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ Modules:
8
8
=== Releases ===
9
9
------------------------------------------------------------------------
10
10
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
+
11
17
2.10.0 .pr3 (17 -Sep-2019 )
12
18
13
19
#51 : `YearKeyDeserializer` doesn' t work with non-padded year values
You can’t perform that action at this time.
0 commit comments