Fix jackson-core#158: "Setter confusion on assignable types"; wrong equals() in MemberKey.java
diff --git a/release-notes/VERSION b/release-notes/VERSION
index d14426e..671851b 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -1,5 +1,15 @@
 Project: jackson-databind
-Version: 2.4.3 (02-Oct-2014)
+
+------------------------------------------------------------------------
+=== Releases ===
+------------------------------------------------------------------------
+
+2.4.4 (not yet released)
+
+(jackson-core)#158: Setter confusion on assignable types
+ (reported by tsquared2763@github)
+
+2.4.3 (02-Oct-2014)
 
 #496: Wrong result with `new TextNode("false").asBoolean(true)`
  (reported by Ivar R, ivarru@github)
@@ -17,10 +27,6 @@
 - Fixed a problem with `acceptJsonFormatVisitor` with Collection/array types that
   are marked with `@JsonValue`; could cause NPE in JSON Schema generator module.
 
-------------------------------------------------------------------------
-=== History: ===
-------------------------------------------------------------------------
-
 2.4.2 (13-Aug-2014)
 
 #506: Index is never set for Collection and Array in InvalidFormatException.Reference