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 59cd8f9684f64f4eca68afc3bff683a58e1399d7
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 30 06:19:35 2026 -0400

    Keep OrderedProperties keySet and values in sync with the map (#719).
---
 src/changes/changes.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a197e6439..d13c693fd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -85,7 +85,8 @@
     <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Do 
not register a value collection until an add succeeds (#717).</action>
     <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Increment modCount after the bounds check in TreeList add and remove 
(#716).</action>
     <action type="fix" dev="ggregory" due-to="Gary Gregory">Add messages when 
throwing NullPointerException.</action>
-    <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Reject remove on the Unmodifiable map from SplitMapUtils.readableMap 
(#718)</action>
+    <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Reject remove on the Unmodifiable map from SplitMapUtils.readableMap 
(#718).</action>
+    <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Keep 
OrderedProperties keySet and values in sync with the map (#719).</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>

Reply via email to