Skip to content

Commit 06b7bc9

Browse files
committed
Fixed #20
1 parent 1a5c82b commit 06b7bc9

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

release-notes/CREDITS

+8-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ Java 8 module
33
(version numbers in brackets indicate release in which the problem was fixed)
44

55
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)
69

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)
1013

1114
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)

release-notes/VERSION

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Modules:
1010

1111
2.9.0 (not yet released)
1212

13+
#20: Allow `LocalDate` to be serialized/deserialized as number (epoch day)
14+
(contributed by João C)
1315
#21: `DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS` not respected
1416
(contributed by JP Moresmau)
1517

0 commit comments

Comments
 (0)