This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git

commit 3e47482ab6ed6f7d7b97d8c9d566ad87e49dc0bf
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 10 08:41:21 2026 -0400

    [COLLECTIONS-896] Add TransformedMultiSet plus fill minor gaps for
    MultiSet vs. Bags (#708).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 17d574879..16e68c761 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -74,6 +74,7 @@
     <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Fix 
MapUtils.getIntValue(Map, K, Function) returning a byte (#704).</action>
     <action type="fix" dev="ggregory" due-to="Paul King, Gary Gregory" 
issue="COLLECTIONS-893">Bring (Collection compliant) MultiSet family to 
(non-compliant) Bag parity (#703).</action>
     <action type="fix" dev="ggregory" due-to="Paul King, Sol Thiessen, Gary 
Gregory" issue="COLLECTIONS-894">TreeBag documentation should explicitly warn 
about infinite loop as a result of concurrent writes (#707).</action>
+    <action type="fix" dev="ggregory" due-to="Paul King, Gary Gregory" 
issue="COLLECTIONS-896">Add TransformedMultiSet plus fill minor gaps for 
MultiSet vs. Bags (#708).</action>
     <!-- ADD -->
     <action type="add" dev="ggregory" due-to="Gary Gregory">Add generics to 
UnmodifiableIterator for the wrapped type.</action>
     <action type="add" dev="ggregory" due-to="Gary Gregory">Add a Maven 
benchmark profile for JMH.</action>

Reply via email to