Skip to content

Commit

Permalink
Update release notes wrt #138
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 18, 2019
1 parent f063193 commit f81820d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -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<Long> and OptionalLong deserialization not consistent when
Expand Down Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f81820d

Please sign in to comment.