diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 74d686548..b7a36d111 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -319,7 +319,11 @@
Bump japicmp from 0.15.4 to 0.15.7.
- Bump commons.pmd-impl.version from 6.46.0 to 6.49.0 #318, #327, #333.
+ Bump commons.pmd-impl.version from 6.46.0 to 6.49.0 #318, #327, #333.
+
+
+ Correct test of Collection toArray(Object[]) vs toArray() to optionally ignore array order.
+ Ordering is not specified for some collections such as Bags.