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

aherbert 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 98e543a2d Track changes
98e543a2d is described below

commit 98e543a2d50ee984a04c83280c2b74eff13a585c
Author: aherbert <aherb...@apache.org>
AuthorDate: Tue May 7 15:00:21 2024 +0100

    Track changes
---
 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 2eeb4e220..680e901e8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,8 @@
   <body>
   <release version="4.5.0" date="YYYY-MM-DD" description="This milestone 
release requires Java 8 and adds the package 
`org.apache.commons.collections4.bloomfilter`.">
      <!-- ADD -->
-     <action issue="COLLECTIONS-852" type="update" dev="ggregory" 
due-to="Claude Warren, Alex Herbert">Add layerd bloom filter clean method 
#476.</action>
+     <action issue="COLLECTIONS-852" type="add" dev="ggregory" due-to="Claude 
Warren, Alex Herbert">Add layered Bloom filter clean method #476.</action>
+     <action issue="COLLECTIONS-842" type="add" dev="aherbert" due-to="Julian 
Reschke">Deprecate Lists incompatible with Java 21, add new variant of 
AbstractLinkedList #485.</action>
      <!-- FIX -->
      <action type="update" dev="ggregory" due-to="Gary Gregory">Deprecate 
Closure in favor of java.util.function.Consumer.</action>
      <action type="update" dev="ggregory" due-to="Gary Gregory">Deprecate 
Factory in favor of java.util.function.Supplier.</action>

Reply via email to