File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,14 @@ Java 8 module
3
3
(version numbers in brackets indicate release in which the problem was fixed)
4
4
5
5
Louis-Rémi Paquet (lrpg@github)
6
+ * Reported #15: Optional<Long> and OptionalLong deserialization
7
+ not consistent when deserializing from String
8
+ (2.8.8)
6
9
7
- * Reported #15: Optional<Long> and OptionalLong deserialization
8
- not consistent when deserializing from String
9
- (2.8.8 )
10
+ João Cabrita (kewne@github)
11
+ * Contributed #20: Allow `LocalDate` to be serialized/deserialized as number (epoch day)
12
+ (2.9.0 )
10
13
11
14
KP Moresmau (JPMoresmau@github)
12
-
13
- #21: `DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS` not respected
14
- (contributed by JP Moresmau)
15
+ #21: `DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS` not respected
16
+ (2.9.0)
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Modules:
10
10
11
11
2.9.0 (not yet released)
12
12
13
+ #20: Allow `LocalDate` to be serialized/deserialized as number (epoch day)
14
+ (contributed by João C)
13
15
#21: `DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS` not respected
14
16
(contributed by JP Moresmau)
15
17
You can’t perform that action at this time.
0 commit comments