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 a71e129 Replace construction of FileInputStream and FileOutputStream objects with Files NIO APIs. #221. a71e129 is described below commit a71e1292f14d4db4952c10e7f9020c7003ace830 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Wed Jun 30 12:31:30 2021 -0400 Replace construction of FileInputStream and FileOutputStream objects with Files NIO APIs. #221. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 36f492c..e38b4b6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,6 +56,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="fix" due-to="Arturo Bernal"> Minor changes #243. </action> + <action dev="ggregory" type="fix" due-to="Arturo Bernal"> + Replace construction of FileInputStream and FileOutputStream objects with Files NIO APIs. #221. + </action> <!-- ADD --> <action dev="ggregory" type="update" due-to="Gary Gregory"> Add SymbolicLinkFileFilter.