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/05 15:11:37 UTC

[commons-collections] branch master updated: [COLLECTIONS-719 Support Transformer for LazyList Closes #52.

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 2b967b8  [COLLECTIONS-719 Support Transformer for LazyList Closes #52.
2b967b8 is described below

commit 2b967b82fc85b57418f938555f17651eedafb965
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jul 5 11:11:34 2019 -0400

    [COLLECTIONS-719 Support Transformer for LazyList Closes #52.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 949b38e..0ce1e31 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -33,6 +33,9 @@
     <action issue="COLLECTIONS-719" dev="ggregory" type="add" due-to="Gary Gregory">
       Create a PropertiesFactory and SortedPropertiesFactory.
     </action>
+    <action issue="COLLECTIONS-719" dev="ggregory" type="add" due-to="Stephan Windmüller, Bruno P. Kinoshita">
+      Support Transformer for LazyList #52.
+    </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">