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 b863fce Update some file from CRLF to LF #141. b863fce is described below commit b863fceb8859fe1ee2f60b986f1e1ae0d8ce7b2d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 13 09:43:27 2020 -0400 Update some file from CRLF to LF #141. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3f15deb..fd944df 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -123,6 +123,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" due-to="PeterAlfredLee" type="update"> Modify some code use try-with-resources #138. </action> + <action dev="ggregory" due-to="PeterAlfredLee" type="update"> + Update some file from CRLF to LF #141. + </action> <!-- UPDATES --> <action issue="VFS-755" dev="ggregory" due-to="Gary Gregory" type="update"> Update org.apache.httpcomponents:httpclient from 4.5.10 to 4.5.11.