Back port #1003 fix for 2.6.4
diff --git a/release-notes/VERSION b/release-notes/VERSION
index cee298b..8228bc8 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -10,6 +10,8 @@
  (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("")`