File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -35,3 +35,8 @@ Thorsten Platz (ThorstenPlatz@github)
35
35
Michał Ziober (ZioberMichal@github)
36
36
* Contributed #62: Allow use of numbers-as-Strings for LocalDate (in array)
37
37
(2.6.0)
38
+
39
+ Jerry Yang (islanerman@github)
40
+ * Contributed #68: TimeZone in DeserializationContext is ignored with
41
+ `SerializationFeature.WRITE_DATES_WITH_ZONE_ID`
42
+ (2.6.0)
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ Project: jackson-datatype-joda
13
13
(contributed by Michal Z)
14
14
#64: Support `@JsonFormat(pattern=...)` for deserialization
15
15
#66: Support `SerializationFeature.WRITE_DATES_WITH_ZONE_ID`
16
+ #68: TimeZone in DeserializationContext is ignored with
17
+ `SerializationFeature.WRITE_DATES_WITH_ZONE_ID`
18
+ (contributed by Jerry Y, islanderman@github)
16
19
17
20
2.5.4 (not yet released)
18
21
You can’t perform that action at this time.
0 commit comments