File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,8 @@ Michael O'Keeffe (kupci@github)
67
67
* Contributed fix for #51 : `YearKeyDeserializer` doesn't work with non-padded
68
68
year values
69
69
(2.10.0 )
70
+ * Contributed fix for #58 : Should not parse `LocalDate`s from number (timestamp),
71
+ (2.11.0 )
70
72
* Contributed fix for #69 : `ZonedDateTime` for times before the epoch do not
71
73
serialize correctly
72
74
(2.10.0 )
@@ -85,3 +87,7 @@ Vetle Leinonen-Roeim (vetler@github)
85
87
(2.10.1 )
86
88
* Contributed fix for #128 : Timestamp keys from `ZonedDateTime`
87
89
(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 )
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ Modules:
10
10
11
11
2.11.0 (not yet released)
12
12
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])
13
16
#128: Timestamp keys from `ZonedDateTime`
14
17
(reported by Michał Ż, fixed by Vetle L-R)
15
18
You can’t perform that action at this time.
0 commit comments