Fixed #1036
diff --git a/release-notes/CREDITS b/release-notes/CREDITS
index 87b6b22..6287558 100644
--- a/release-notes/CREDITS
+++ b/release-notes/CREDITS
@@ -354,3 +354,7 @@
 David Bakin (david-bakin@github)
   * Reported #1013: `@JsonUnwrapped` is not treated as assuming `@JsonProperty("")`
    (2.6.4)
+
+Dmitry Romantsov (DmRomantsov@github)
+  * Reported #1036: Problem with case-insensitive deserialization
+   (2.6.4)
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 8228bc8..b554c5e 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -16,6 +16,8 @@
  (reported by Jayson M)
 #1013: `@JsonUnwrapped` is not treated as assuming `@JsonProperty("")`
  (reported by David B)
+#1036: Problem with case-insensitive deserialization
+ (repoted by Dmitry R)
 - Fix a minor problem with `@JsonNaming` not recognizing default value
 
 2.6.3 (12-Oct-2015)