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/04/16 01:42:56 UTC

[commons-io] branch master updated: [IO-667] Add functional interfaces IOFunction and IOSupplier #110.

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-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 101f3c2  [IO-667] Add functional interfaces IOFunction and IOSupplier #110.
101f3c2 is described below

commit 101f3c285dda978dd6f0ea34a6d46d8f54c66154
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Apr 15 21:42:52 2020 -0400

    [IO-667] Add functional interfaces IOFunction and IOSupplier #110.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4419a5b..b3b1b8b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -219,6 +219,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Gary Gregory">
          commons.jacoco.version 0.8.4 -> 0.8.5.
       </action>
+      <action issue="IO-667" dev="ggregory" type="update" due-to="Adam Retter, Gary Gregory">
+         Add functional interfaces IOFunction and IOSupplier #110.
+      </action>
     </release>
 
     <release version="2.6" date="2017-10-15" description="Java 7 required, Java 9 supported.">