Fix #2016
diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x
index 80c90dd..ee58d0d 100644
--- a/release-notes/VERSION-2.x
+++ b/release-notes/VERSION-2.x
@@ -21,6 +21,8 @@
 #2001: Deserialization issue with `@JsonIgnore` and `@JsonCreator` + `@JsonProperty`
   for same property name
  (reported, fix contributed by Jakub S)
+#2016: Delegating JsonCreator disregards JsonDeserialize info
+ (reported by Carter K)
 #2019: Abstract Type mapping in 2.9 fails when multiple modules are registered
  (reported by asger82@github)