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 8688bf7  [COLLECTIONS-715] Implement Collection's removeIf().
8688bf7 is described below

commit 8688bf734e82b722befd8c7113e1dbc70e4f2507
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 5 10:23:33 2019 -0400

    [COLLECTIONS-715] Implement Collection's removeIf().
---
 src/changes/changes.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 422e25c..af6b9b5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -20,10 +20,13 @@
     <title>Commons Collections Changes</title>
   </properties>
   <body>
-  <release version="4.3.1" date="2019-MM-DD" description="Maintenance 
release.">
+  <release version="4.4" date="2019-MM-DD" description="Maintenance release.">
     <action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, 
Gary Gregory">
       NullPointerExceptions in CompositeCollection, CompositeSet, and 
CompositeMap.
     </action>
+    <action issue="COLLECTIONS-715" dev="ggregory" type="add" 
due-to="morningmemo, Gary Gregory">
+      Implement Collection's removeIf().
+    </action>
   </release>
   <release version="4.3" date="2018-12-21" description="Update from Java 7 to 
Java 8, bug fixes, and small changes.">
     <action issue="COLLECTIONS-691" dev="kinow" type="fix" due-to="Eitan 
Adler">

Reply via email to