Add notes wrt #81
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 7d8dd87..94902df 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -1,6 +1,10 @@
 Project: jackson-databind
 Version: 2.4.0-rc1 (26-Apr-2014)
 
+#81: Allow use of @JsonUnwrapped with typed (@JsonTypeInfo) classes, provided
+  that (new) feature `SerializationFeature.FAIL_ON_UNWRAPPED_TYPE_IDENTIFIERS`
+  is disabled
+ (constributed by Ben F, UnquietCode@github)
 #88: Prevent use of type information for `JsonNode` via default typing
  (reported by electricmonk@github)
 #149: Allow use of "stringified" indexes for Enum values