Backport #2001 fix for 2.9(.6)
diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x
index 8eceed3..80c90dd 100644
--- a/release-notes/VERSION-2.x
+++ b/release-notes/VERSION-2.x
@@ -18,6 +18,9 @@
  (reported by SBKila@github)
 #1999: "Duplicate property" issue should mention which class it complains about
  (reported by Ondrej Z)
+#2001: Deserialization issue with `@JsonIgnore` and `@JsonCreator` + `@JsonProperty`
+  for same property name
+ (reported, fix contributed by Jakub S)
 #2019: Abstract Type mapping in 2.9 fails when multiple modules are registered
  (reported by asger82@github)