Fix #2265
diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x
index cb34c4a..82e6df6 100644
--- a/release-notes/VERSION-2.x
+++ b/release-notes/VERSION-2.x
@@ -12,6 +12,8 @@
   enableDefaultTyping causing NPE
  (reported by MeyerNils@github)
 #2251: Getter that returns an abstract collection breaks a delegating `@JsonCreator`
+#2265: Inconsistent handling of Collections$UnmodifiableList vs Collections$UnmodifiableRandomAccessList
+ (reported by Joffrey B)
 - Prevent String coercion of `null` in `WritableObjectId` when calling `JsonGenerator.writeObjectId()`,
   mostly relevant for formats like YAML that have native Object Ids