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-vfs.git
The following commit(s) were added to refs/heads/master by this push: new a7c84a3 Modify some code use for-each loop and stream API #142. a7c84a3 is described below commit a7c84a36d36d3b9e8577ceae56622a0c5dfa317f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Oct 31 10:49:28 2020 -0400 Modify some code use for-each loop and stream API #142. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a10ae3f..ece6b3d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,6 +51,9 @@ The <action> type attribute can be add,update,fix,remove. <!-- </action> --> <!-- START Might need to be moved to the next version --> <!-- UPDATES --> + <action dev="ggregory" due-to="PeterAlfredLee" type="update"> + Modify some code use for-each loop and stream API #142. + </action> </release> <release version="2.7.0" date="2020-10-26" description="Maintenance release. Requires Java 8."> <action issue="VFS-753" dev="ggregory" due-to="John Webb, Gary Gregory" type="fix">