...
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 5a3dce8..821d71b 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -39,6 +39,7 @@
 #1376: Add ability to disable JsonAnySetter/JsonAnyGetter via mixin
  (suggested by brentryan@github)
 #1399: Add support for `@JsonMerge` to allow "deep update"
+#1402: Use `@JsonSetter(nulls=...)` to specify handling of `null` values during deserialization
 #1406: `ObjectMapper.readTree()` methods do not return `null` on end-of-input
  (reported by Fabrizio C)
 #1407: `@JsonFormat.pattern` is ignored for `java.sql.Date` valued properties