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.