From 1d330060d093d2e81b4fadc1e60cd60524110750 Mon Sep 17 00:00:00 2001 From: Cowtowncoder Date: Thu, 16 Jul 2015 16:09:08 -0700 Subject: [PATCH] Update release notes wrt #68 --- release-notes/CREDITS | 5 +++++ release-notes/VERSION | 3 +++ 2 files changed, 8 insertions(+) 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)