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 110e7d1d38183befdf9449b5bb877502e38f8b8c
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 13 12:12:14 2026 -0400

    Fix AbstractDualBidiMap.MapEntry.setValue returning new value (#711).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3b760321a..b13fc1e2c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -80,6 +80,7 @@
     <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>
     <action type="fix" dev="ggregory" due-to="Paul King, Gary Gregory" 
issue="COLLECTIONS-895">Deprecate the Bag family in favor of the MultiSet 
family (#709).</action>
     <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Clamp 
size() int overflow in composite and multi-valued classes (#710).</action>
+    <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Fix 
AbstractDualBidiMap.MapEntry.setValue returning new value (#711).</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