File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -207,3 +207,8 @@ Emanuel Trandafir (@etrandafir93)
207207Joo Hyuk Kim (@JooHyukKim )
208208 * Fixed #308 : Can't deserialize `OffsetDateTime.MIN`: Invalid value for EpochDay
209209 (2.18 .2 )
210+
211+ Kevin Mahon (@Strongbeard )
212+ * Fixed #291 : `InstantDeserializer` fails to parse negative numeric timestamp strings
213+ for pre - 1970 values
214+ (2.18 .4 )
Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ Modules:
88=== Releases ===
99------------------------------------------------------------------------
1010
11+ 2.18.4 (not yet released)
12+
13+ #291 : `InstantDeserializer` fails to parse negative numeric timestamp strings
14+ for pre -1970 values
15+ (reported by @advorako)
16+ (fixed by Kevin M)
17+
11182.18.3 (28 -Feb-2025 )
1219
1320#333 : `ZonedDateTime` serialization with `@JsonFormat.pattern` never uses it
You can’t perform that action at this time.
0 commit comments