Fix [JACKSON-798]
diff --git a/release-notes/VERSION b/release-notes/VERSION
index ef8e3f9..8743c76 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -9,8 +9,10 @@
 Fixes:
 
 * [JACKSON-711]: Delegating @JsonCreator did not work with Injectable values
+* [JACKSON-798]: Problem with external type id, creators
+  (reported by Casey L)
 
-Improvements
+Improvements:
 
 * [JACKSON-546]: Indicate end-of-input with JsonMappingException instead
   of EOFException, when there is no parsing exception