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 3fa1f0cee8b5b2d0671230b3d4f565a5e716a3cc
Author: Bruno P. Kinoshita <ki...@users.noreply.github.com>
AuthorDate: Sat Oct 9 14:48:32 2021 +1300

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

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ebdac95..9e20e5d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -76,6 +76,9 @@
     <action type="fix" dev="ggregory" due-to="Michael Berry">
       SortedProperties should sort entrySet() as well as keys() #256.
     </action>
+    <action issue="COLLECTIONS-796" type="fix" dev="kinow" due-to="Clemens 
Kurz">
+      SetUniqueList.createSetBasedOnList doesn't add list elements to return 
value.
+    </action>
     <!-- ADD -->
     <action issue="COLLECTIONS-760" dev="kinow" type="add" due-to="Isira 
Seneviratne">
       Add tests for MapUtils.

Reply via email to