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 541936df69ca55bd7981b1e73d95fb9fd6c2b7e0
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 17 07:42:54 2026 -0700

    Fix Flat3Map entrySet remove ignoring the entry value (#714).
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 840b76a1f..5b7045aaf 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -82,7 +82,7 @@
     <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>
     <action type="fix" dev="ggregory" due-to="sankalp suman, Gary Gregory" 
issue="COLLECTIONS-714">PatriciaTrie ignores trailing null characters in keys 
(#712).</action>
-    <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Flat3Map entrySet().remove(Object) removes a mapping when only the key 
matches, ignoring the entry value.</action>
+    <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Flat3Map entrySet().remove(Object) removes a mapping when only the key 
matches, ignoring the entry value (#714).</action>
     <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">SetUniqueList and ListOrderedSet leave the backing collection 
inconsistent when add(int, Object) or addAll(int, Collection) is called with an 
out-of-range index.</action>
     <!-- ADD -->
     <action type="add" dev="ggregory" due-to="Gary Gregory">Add generics to 
UnmodifiableIterator for the wrapped type.</action>

Reply via email to