From 1ce65084c4c8a0e637fe83f1d08e4f64b03564bd Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Tue, 24 Nov 2015 21:45:26 -0800 Subject: [PATCH] Back port #1003 fix for 2.6.4 --- release-notes/VERSION | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release-notes/VERSION b/release-notes/VERSION index cee298bdeb..8228bc8625 100644 --- a/release-notes/VERSION +++ b/release-notes/VERSION @@ -10,6 +10,8 @@ Project: jackson-databind (reported by Antibrumm@github) #989: Deserialization from "{}" to java.lang.Object causes "out of END_OBJECT token" error (reported by Ievgen P) +#1003: JsonTypeInfo.As.EXTERNAL_PROPERTY does not work with a Delegate + (reported by alexwen@github) #1005: Synthetic constructors confusing Jackson data binding (reported by Jayson M) #1013: `@JsonUnwrapped` is not treated as assuming `@JsonProperty("")`