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 f5de5d9b8ca7cff5a48a3b4b87f062b246dddfb6 Author: Gary Gregory <[email protected]> AuthorDate: Sat Jul 4 14:30:49 2026 -0400 Remove stale keys in OrderedProperties compute and merge (#702). --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0e7442b3d..972914bbd 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -67,6 +67,7 @@ <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Do not mutate the input map in SwitchClosure.switchClosure, ClosureUtils.switchMapClosure and TransformerUtils.switchMapTransformer (#700).</action> <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Fix stale size in AbstractMapMultiSet view iterator remove (#701).</action> <action type="fix" dev="ggregory" due-to="Javid Khan, Gary Gregory">Stop ExtendedMessageFormat seekNonWs reading past the pattern end (#1740).</action> + <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Remove stale keys in OrderedProperties compute and merge (#702).</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>
