You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/07/10 14:43:35 UTC

[commons-collections] branch master updated: [COLLECTIONS-724] Simplify two remove-if loops #77.

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 842075f  [COLLECTIONS-724] Simplify two remove-if loops #77.
     new 42909f8  Merge branch 'master' of http://gitbox.apache.org/repos/asf/commons-collections.git
842075f is described below

commit 842075f0a97a5ffed48b7c0a6f7d3769ed983015
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Jul 10 10:43:11 2019 -0400

    [COLLECTIONS-724] Simplify two remove-if loops #77.
---
 src/changes/changes.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 157d6f1..69aa007 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -20,6 +20,11 @@
     <title>Apache Commons Collections Release Notes</title>
   </properties>
   <body>
+  <release version="4.5" date="2019-MM-DD" description="Maintenance release.">
+    <action issue="COLLECTIONS-724" dev="ggregory" type="updated." due-to="Eitan Adler">
+      Simplify two remove-if loops #77.
+    </action>
+  </release>
   <release version="4.4" date="2019-07-05" description="Maintenance release.">
     <action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">
       NullPointerExceptions in CompositeCollection, CompositeSet, and CompositeMap.