From 2d65b844b5d21cccad35c9166327f82a1ecdf84e Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 31 Mar 2024 11:11:03 -0400 Subject: [PATCH] Tests in org.apache.commons.collections4.multimap should not depend on map iteration order, see also #429. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index dd1593160..8ac3a40da 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -206,6 +206,9 @@ Deprecate IterableUtils 0-argument constructor. + + Tests in org.apache.commons.collections4.multimap should not depend on map iteration order, see also #429. + Implement Layered Bloom filter #402.