Fix #1322
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 92f2a6a..2eee1aa 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -4,6 +4,11 @@
 === Releases ===
 ------------------------------------------------------------------------
 
+2.7.7 (not yet released)
+
+#1322: EnumMap keys not using enum's `@JsonProperty` values unlike Enum values
+ (reported by MichaelChambers@github)
+
 2.7.6 (23-Jul-2016)
 
 #1215: Problem with type specialization for Maps with `@JsonDeserialize(as=subtype)`