diff --git a/release-notes/CREDITS b/release-notes/CREDITS index b98cfed7..08354a5a 100644 --- a/release-notes/CREDITS +++ b/release-notes/CREDITS @@ -35,3 +35,8 @@ Thorsten Platz (ThorstenPlatz@github) MichaƂ Ziober (ZioberMichal@github) * Contributed #62: Allow use of numbers-as-Strings for LocalDate (in array) (2.6.0) + +Jerry Yang (islanerman@github) + * Contributed #68: TimeZone in DeserializationContext is ignored with + `SerializationFeature.WRITE_DATES_WITH_ZONE_ID` + (2.6.0) diff --git a/release-notes/VERSION b/release-notes/VERSION index 78685d03..acb3da35 100644 --- a/release-notes/VERSION +++ b/release-notes/VERSION @@ -13,6 +13,9 @@ Project: jackson-datatype-joda (contributed by Michal Z) #64: Support `@JsonFormat(pattern=...)` for deserialization #66: Support `SerializationFeature.WRITE_DATES_WITH_ZONE_ID` +#68: TimeZone in DeserializationContext is ignored with + `SerializationFeature.WRITE_DATES_WITH_ZONE_ID` + (contributed by Jerry Y, islanderman@github) 2.5.4 (not yet released)