Bit more work on #1313 to also support `@JsonFormat` way of per-property allowance (or not) of case-insensitivity
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 3247ac9..15cd103 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -52,6 +52,8 @@
  (suggested by PawelJagus@github)
 #1454: Support `@JsonFormat.lenient` for `java.util.Date`, `java.util.Calendar`
 #1474: Replace use of `Class.newInstance()` (deprecated in Java 9) with call via Constructor
+#1520: Case insensitive enum deserialization feature.
+ (contributed by Ana-Eliza B)
 
 2.8.8 (not yet released)