From 5e5f0b15a0fb733530c76e50b5c0a4166c80b0a1 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Mon, 20 Feb 2023 19:38:26 -0800 Subject: [PATCH] Update release notes wrt #267 --- release-notes/CREDITS-2.x | 4 ++++ release-notes/VERSION-2.x | 2 ++ 2 files changed, 6 insertions(+) diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x index 64a6e74b..0db5b5b2 100644 --- a/release-notes/CREDITS-2.x +++ b/release-notes/CREDITS-2.x @@ -170,3 +170,7 @@ Michał Ostrowski (karbi@github) David Schlosnagle (schlosna@github) * Contributed #266: Optimize `InstantDeserializer` method `replaceZeroOffsetAsZIfNecessary()` (2.15.0) + +Daniel Scalzi (dscalzi@github) + * Contributed #267: Normalize zone id during ZonedDateTime deserialization + (2.15.0) diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index e0db4d40..e8ce4a9d 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -17,6 +17,8 @@ Modules: (reported by Michał O) #266: Optimize `InstantDeserializer` method `replaceZeroOffsetAsZIfNecessary()` (contributed by David S) +#267: Normalize zone id during ZonedDateTime deserialization + (contribtued by Daniel S) 2.14.2 (28-Jan-2023) 2.14.1 (21-Nov-2022)