minor cleanup for #1082 implementation
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 6a0a15b..ac84341 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -9,6 +9,8 @@
 #990: Allow failing on `null` values for creator (add 
   `DeserializationFeature.FAIL_ON_NULL_CREATOR_PROPERTIES`)
  (contributed by mkokho@github)
+#1082: Can not use static Creator factory methods for `Enum`s, with JsonCreator.Mode.PROPERTIES
+ (contributed by Lokesh K)
 #1084: Change `TypeDeserializerBase` to take `JavaType` for `defaultImpl`, NOT `Class`
 #1126: Allow deserialization of unknown Enums using a predefined value
  (contributed by Alejandro R)