Fixed [JACKSON-368]; one of infamous 'failing' cases... (yay!)
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 8f1281f..f81637e 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -8,6 +8,7 @@
 
 Fixes:
 
+* [JACKSON-368]: Problems with managed references, abstract types
 * [JACKSON-711]: Delegating @JsonCreator did not work with Injectable values
 * [JACKSON-798]: Problem with external type id, creators
   (reported by Casey L)