Skip to content

Commit 1f32a9f

Browse files
committed
Update release notes wrt #58
1 parent b10578c commit 1f32a9f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

release-notes/CREDITS-2.x

+6
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ Michael O'Keeffe (kupci@github)
6767
* Contributed fix for #51: `YearKeyDeserializer` doesn't work with non-padded
6868
year values
6969
(2.10.0)
70+
* Contributed fix for #58: Should not parse `LocalDate`s from number (timestamp),
71+
(2.11.0)
7072
* Contributed fix for #69: `ZonedDateTime` for times before the epoch do not
7173
serialize correctly
7274
(2.10.0)
@@ -85,3 +87,7 @@ Vetle Leinonen-Roeim (vetler@github)
8587
(2.10.1)
8688
* Contributed fix for #128: Timestamp keys from `ZonedDateTime`
8789
(2.11.0)
90+
91+
Bill O'Neil (billoneil@github)
92+
* Reported #58: Should not parse `LocalDate`s from number (timestamp),
93+
(2.11.0)

release-notes/VERSION-2.x

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Modules:
1010

1111
2.11.0 (not yet released)
1212

13+
#58: Should not parse `LocalDate`s from number (timestamp), or at least
14+
should have an option preventing
15+
(reported by Bill O'N, fixed by Mike [kupci@github])
1316
#128: Timestamp keys from `ZonedDateTime`
1417
(reported by Michał Ż, fixed by Vetle L-R)
1518

0 commit comments

Comments
 (0)