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 7448ad52bc016967afa65c7d35f8d1ff91af1e19 Author: Gary Gregory <[email protected]> AuthorDate: Sat Aug 29 17:47:35 2026 -0400 Reset last element in EnumerationIterator.remove() (#729). --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5530ec2dc..c7ce8e47a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -32,6 +32,7 @@ <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Fix AbstractLinkedList addAll returning true for an empty collection (#726).</action> <action type="fix" dev="ggregory" due-to="Thomas Mortagne, Gary Gregory" issue="COLLECTIONS-898">AbstractSetTest cannot be used with an explicitly typed Set (unless it's based on String) (#727).</action> <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Fix nextKey skipping a key and throwing for keys not in the map (#728).</action> + <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Reset last element in EnumerationIterator.remove() (#729).</action> <!-- ADD --> <!-- UPDATE --> </release>
