More complete fix for #735
diff --git a/release-notes/VERSION b/release-notes/VERSION
index a854f64..0750a09 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -4,6 +4,11 @@
 === Releases ===
 ------------------------------------------------------------------------
 
+2.4.6 (not yet released)
+
+#735: (complete fix) @JsonDeserialize on Map with contentUsing custom deserializer overwrites default behavior
+ (reported by blackfyre512@github) (regression due to #604)
+
 2.4.5.1 (26-Mar-2015)
 
 Special one-off "micro patch" for:
@@ -11,8 +16,7 @@
 #706: Add support for `@JsonUnwrapped` via JSON Schema module
 #707: Error in getting string representation of an ObjectNode with a float number value
  (reported by @navidqar)
-#735: @JsonDeserialize on Map with contentUsing custom deserializer overwrites default behavior
- (reported by blackfyre512@github) (regression due to #604)
+#735: (partial) @JsonDeserialize on Map with contentUsing custom deserializer overwrites default behavior
 
 2.4.5 (13-Jan-2015)