From f4ef3893bf321ca5d85cb0299ab529dd50c846fb Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 7 May 2015 20:12:45 -0700 Subject: [PATCH] Update release notes wrt #676 --- release-notes/VERSION | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/release-notes/VERSION b/release-notes/VERSION index 93863aa8c2..a5b592942b 100644 --- a/release-notes/VERSION +++ b/release-notes/VERSION @@ -6,6 +6,9 @@ Project: jackson-databind 2.5.4 (not yet released) +#676: Deserialization of class with generic collection inside depends on + how is was deserialized first time + (reported by lunaticare@github) #771: Annotation bundles ignored when added to Mixin (reported by Andrew D) #774: NPE from SqlDateSerializer as _useTimestamp is not checked for being null @@ -140,11 +143,6 @@ Project: jackson-databind - Added new overload for `JsonSerializer.isEmpty()`, to eventually solve #588 - Improve error messaging (related to [jaxb-annotations#38]) to include known subtype ids. -2.4.7 (not yet released) - -#676: Deserialization of class with generic collection inside depends on - how is was deserialized first time - 2.4.6 (23-Apr-2015) #735: (complete fix) @JsonDeserialize on Map with contentUsing custom deserializer overwrites default behavior