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 8ecd88c3c Keep existing sort order in ComparatorChain.setComparator
(#723).
8ecd88c3c is described below
commit 8ecd88c3cd6c7292043c086395e0340037fcbeac
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Aug 12 10:47:55 2026 -0400
Keep existing sort order in ComparatorChain.setComparator (#723).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f80d5202c..907e6f439 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -25,6 +25,7 @@
<release version="4.6.1" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- 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>
<!-- ADD -->
<!-- UPDATE -->
</release>