Fix #570
diff --git a/release-notes/VERSION b/release-notes/VERSION
index c9f1da2..d14426e 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -12,6 +12,8 @@
 #541: @JsonProperty in @JsonCreator is conflicting with POJOs getters/attributes
  (reported by fabienrenaud@github)
 #543: Problem resolving self-referential generic types
+#570: Add Support for Parsing All Compliant ISO-8601 Date Formats
+ (requested by pfconrey@github)
 - Fixed a problem with `acceptJsonFormatVisitor` with Collection/array types that
   are marked with `@JsonValue`; could cause NPE in JSON Schema generator module.