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 2020/01/24 23:15:27 UTC

[commons-collections] branch master updated: [COLLECTIONS-728] BloomFilter contribution.

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 d61b83b  [COLLECTIONS-728] BloomFilter contribution.
d61b83b is described below

commit d61b83be16d27fd37b3a45d7443ae202b99fcd66
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jan 24 18:15:22 2020 -0500

    [COLLECTIONS-728] BloomFilter contribution.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f6bf7d5..d5a290d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -111,6 +111,9 @@
     <action issue="COLLECTIONS-744" dev="ggregory" type="add" due-to="Gary Gregory">
       Add org.apache.commons.collections4.EnumerationUtils.asIterable(Enumeration).
     </action>
+    <action issue="COLLECTIONS-728" dev="ggregory" type="add" due-to="Claude Warren">
+      BloomFilter contribution.
+    </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">