Author: ggregory Date: Mon Aug 10 11:43:52 2026 New Revision: 86679 Log: Bump version from 4.5.0 to 4.6.0
Modified: release/commons/collections/RELEASE-NOTES.txt Modified: release/commons/collections/RELEASE-NOTES.txt ============================================================================== --- release/commons/collections/RELEASE-NOTES.txt Mon Aug 10 11:43:40 2026 (r86678) +++ release/commons/collections/RELEASE-NOTES.txt Mon Aug 10 11:43:52 2026 (r86679) @@ -13,8 +13,7 @@ Changes in this version New features ------------ -* Add generics to UnmodifiableIterator for the wrapped type. Thanks to Gary Gregory. -* Add a Maven benchmark profile for JMH. Thanks to Gary Gregory. +* Add generics to UnmodifiableIterator for the wrapped type. Thanks to Gary Gregory. * Add a Maven benchmark profile for JMH. Thanks to Gary Gregory. * COLLECTIONS-893: Add SortedMultiSet interface, TreeMultiSet implementation, sorted multiset decorators, and MultiSetUtils factory methods, giving MultiSet feature parity with SortedBag/TreeBag. Thanks to Paul King. * COLLECTIONS-893: Add MultiSetUtils.containsOccurrences/removeOccurrences/retainOccurrences providing Bag's cardinality-respecting semantics under explicit names, and Bag-to-MultiSet migration notes in the Bag javadoc. Thanks to Paul King.
