Backport fix #2564 to 2.10(.2)
diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x
index 2d15899..832ab09 100644
--- a/release-notes/VERSION-2.x
+++ b/release-notes/VERSION-2.x
@@ -14,6 +14,8 @@
  (reported by Fabian L)
 #2560: Check `WRAP_EXCEPTIONS` in `CollectionDeserializer.handleNonArray()`
  (reported by Stefan W)
+#2564: Fix `IllegalArgumentException` on empty input collection for `ArrayBlockingQueue`
+ (repoted, fix suggested by yamert89@github)
 #2567: Incorrect target type for arrays when providing nulls and nulls are disabled
  (reported by João G)