Fix #311
diff --git a/release-notes/VERSION b/release-notes/VERSION
index c19b59e..6b03cb2 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -31,6 +31,8 @@
 #306: Allow use of `@JsonFilter` for properties, not just classes 
 #308: Improve serialization and deserialization speed of `java.util.UUID` by 4x
  (suggested by David P)
+#311: Make sure that "creator properties" are alphabetically ordered too, if
+  so requested.
 [JACKSON-890]: Support managed/back-references for polymorphic (abstract) types
 - Add 'BeanPropertyWriter.isUnwrapping()' for future needs (by Afterburner)
 - Add coercions from String "null" (as if null token was parsed) for primitives/Wrappers.