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 19fdb3386 Fix AbstractLinkedList addAll returning true for an empty 
collection (#726).
19fdb3386 is described below

commit 19fdb33861f10f708071209a1a4eb33971f0ad4d
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 16 23:32:59 2026 -0400

    Fix AbstractLinkedList addAll returning true for an empty collection
    (#726).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9817f32c5..02f294a52 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -29,6 +29,7 @@
     <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Update the index on remove via IndexedCollection.iterator() 
(#724).</action>
     <action type="fix" dev="ggregory" due-to="thomaslantern, Gary 
Gregory">[Javadoc] Fix grammar in ArrayStack class Javadoc (#725).</action>
     <action type="fix" dev="ggregory" due-to="Gary Gregory">General Javadoc 
improvements.</action>
+    <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Fix 
AbstractLinkedList addAll returning true for an empty collection 
(#726).</action>
     <!-- ADD -->
     <!-- UPDATE -->
   </release>

Reply via email to