This is an automated email from the ASF dual-hosted git repository.
ggregory 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 15bf5fc34 Add LinkedHashSetValuedLinkedHashMap #565
15bf5fc34 is described below
commit 15bf5fc344f3514ca1c7a358fb7623074f9ad809
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 1 18:29:41 2024 -0400
Add LinkedHashSetValuedLinkedHashMap #565
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ef7095fc2..2ae6b4554 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@
<action type="fix" dev="ggregory" due-to="Gary Gregory, Claude Warren">Add
FilterIterator.removeNext() #564.</action>
<action type="fix" issue="COLLECTIONS-870" dev="ggregory" due-to="Claude
Warren, Gary Gregory">Added ExtendedIterator and tests #564.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Refactor
ExtendedIterator and FilterIterator with a new interface
IteratorOperations.</action>
+ <action type="add" issue="COLLECTIONS-871" dev="ggregory" due-to="Peter De
Maeyer">Add LinkedHashSetValuedLinkedHashMap #565.</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 71 to 78 #534, #545, #550 #555,
#566.</action>
<action type="update" issue="COLLECTIONS-857" dev="ggregory"
due-to="Claude Warren">Update bloom filter documentation #508.</action>