Skip to content

Commit f81820d

Browse files
committed
Update release notes wrt #138
1 parent f063193 commit f81820d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

release-notes/CREDITS-2.x

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Java 8 module
44

55
Nick Williams (beamerblvd@github): author of Java 8 date/time module
66
Tatu Saloranta (cowtowncoder@github): author (other modules)
7+
Michael O'Keeffe (kupci@github): co-author (since 2.10)
78

89
Louis-Rémi Paquet (lrpg@github)
910
#15: Optional<Long> and OptionalLong deserialization not consistent when
@@ -75,6 +76,9 @@ Michael O'Keeffe (kupci@github)
7576
* Constributed fix for #114: Prevent deserialization of "" as `null` for `LocalDate`,
7677
`LocalDateTime` in "strict" (non-lenient) mode
7778
(2.10.0)
79+
* Implemented #138: Prevent deserialization of "" as `null` for `Duration`, `Instant`,
80+
`LocalTime`, `OffsetTime` and `YearMonth` in "strict" (non-lenient) mode
81+
(2.11.0)
7882

7983
Michał Żmuda (zmumi@github)
8084
* Reported #127: ZonedDateTime in map keys ignores option to write Zone IDs

release-notes/VERSION-2.x

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Modules:
1515
(reported by Bill O'N, fixed by Mike [kupci@github])
1616
#128: Timestamp keys from `ZonedDateTime`
1717
(reported by Michał Ż, fixed by Vetle L-R)
18+
#138: Prevent deserialization of "" as `null` for `Duration`, `Instant`, `LocalTime`, `OffsetTime`
19+
and `YearMonth` in "strict" (non-lenient) mode
20+
(contributed by Mike [kupci@github])
1821
1922
2.10.1 (not yet released)
2023

0 commit comments

Comments
 (0)