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 28a1b8b [COLLECTIONS-723] Make use of FunctionalInterface #48. 28a1b8b is described below commit 28a1b8b4f7e74f8927003553483a61c63f68f629 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Fri Jul 5 11:22:17 2019 -0400 [COLLECTIONS-723] Make use of FunctionalInterface #48. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0ce1e31..daad471 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -36,6 +36,9 @@ <action issue="COLLECTIONS-719" dev="ggregory" type="add" due-to="Stephan Windmüller, Bruno P. Kinoshita"> Support Transformer for LazyList #52. </action> + <action issue="COLLECTIONS-723" dev="ggregory" type="add" due-to="Eitan Adler, SOC, Bruno P. Kinoshita"> + Make use of FunctionalInterface #48. + </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">