From f81820d7dac9bd8cb04d6037572fb677bc95d82a Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 18 Oct 2019 10:26:38 -0700 Subject: [PATCH] Update release notes wrt #138 --- release-notes/CREDITS-2.x | 4 ++++ release-notes/VERSION-2.x | 3 +++ 2 files changed, 7 insertions(+) diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x index 183b0e63..345b1587 100644 --- a/release-notes/CREDITS-2.x +++ b/release-notes/CREDITS-2.x @@ -4,6 +4,7 @@ Java 8 module Nick Williams (beamerblvd@github): author of Java 8 date/time module Tatu Saloranta (cowtowncoder@github): author (other modules) +Michael O'Keeffe (kupci@github): co-author (since 2.10) Louis-Rémi Paquet (lrpg@github) #15: Optional and OptionalLong deserialization not consistent when @@ -75,6 +76,9 @@ Michael O'Keeffe (kupci@github) * Constributed fix for #114: Prevent deserialization of "" as `null` for `LocalDate`, `LocalDateTime` in "strict" (non-lenient) mode (2.10.0) + * Implemented #138: Prevent deserialization of "" as `null` for `Duration`, `Instant`, + `LocalTime`, `OffsetTime` and `YearMonth` in "strict" (non-lenient) mode + (2.11.0) Michał Żmuda (zmumi@github) * Reported #127: ZonedDateTime in map keys ignores option to write Zone IDs diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 5327bd14..7315093e 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -15,6 +15,9 @@ Modules: (reported by Bill O'N, fixed by Mike [kupci@github]) #128: Timestamp keys from `ZonedDateTime` (reported by Michał Ż, fixed by Vetle L-R) +#138: Prevent deserialization of "" as `null` for `Duration`, `Instant`, `LocalTime`, `OffsetTime` + and `YearMonth` in "strict" (non-lenient) mode + (contributed by Mike [kupci@github]) 2.10.1 (not yet released)