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
The following commit(s) were added to refs/heads/master by this push:
new 7ecb6d53d Update the index on remove via IndexedCollection.iterator()
(#724).
7ecb6d53d is described below
commit 7ecb6d53dc0321db7e318f12f021a49b034d0e2c
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Aug 12 11:07:32 2026 -0400
Update the index on remove via IndexedCollection.iterator() (#724).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 907e6f439..ed9c18bc7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,6 +26,7 @@
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Fix
inverted fixed-size guard in FixedSizeSortedMap.putAll (#722).</action>
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Keep
existing sort order in ComparatorChain.setComparator (#723).</action>
+ <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Update the index on remove via IndexedCollection.iterator()
(#724).</action>
<!-- ADD -->
<!-- UPDATE -->
</release>