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 c4ccd30 Minor changes #185. c4ccd30 is described below commit c4ccd3082525ee198797d165960a974cf26c2f54 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jul 9 12:27:44 2021 -0400 Minor changes #185. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9841109..826eaa8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -63,6 +63,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" issue="VFS-798" due-to="XenoAmess, Gary Gregory"> IllegalArgumentException: Bad escape for Chinese characters in FileObject path #168. </action> + <action type="fix" dev="ggregory" due-to="Arturo Bernal"> + Minor changes #185. + </action> <!-- UPDATES --> <action type="update" dev="ggregory" due-to="Arturo Bernal"> Replace construction of FileInputStream and FileOutputStream objects with Files NIO APIs. #164.