This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git

commit e6f72fe910990913401173e02ac33d5b85b5d775
Author: Bruno P. Kinoshita <ki...@users.noreply.github.com>
AuthorDate: Sat Oct 9 14:53:13 2021 +1300

    [COLLECTIONS-799] Changelog
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9e20e5d..1cf9dd6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -79,6 +79,9 @@
     <action issue="COLLECTIONS-796" type="fix" dev="kinow" due-to="Clemens 
Kurz">
       SetUniqueList.createSetBasedOnList doesn't add list elements to return 
value.
     </action>
+    <action issue="COLLECTIONS-799" type="fix" dev="kinow" due-to="Stefano 
Cordio">
+      UnmodifiableNavigableSet can be modified by pollFirst() and pollLast().
+    </action>
     <!-- ADD -->
     <action issue="COLLECTIONS-760" dev="kinow" type="add" due-to="Isira 
Seneviratne">
       Add tests for MapUtils.

Reply via email to