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 eec2ebffe8784724a99997d3c7fc041a3326ef2a Author: Gary Gregory <[email protected]> AuthorDate: Sat Aug 29 17:48:22 2026 -0400 Fix map and bidimap nextKey() skipping a key and throwing for keys not in the map (#728). --- 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 c7ce8e47a..3776abd9e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -31,7 +31,7 @@ <action type="fix" dev="ggregory" due-to="Gary Gregory">General Javadoc improvements.</action> <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">Fix map and bidimap 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 -->
