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 0bd02948 FilenameUtils.normalize javadoc and tests #383 0bd02948 is described below commit 0bd02948a94c9030f70b0abce8e5e40c45ca6b2b Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon Sep 12 08:11:57 2022 -0700 FilenameUtils.normalize javadoc and tests #383 --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3b47d692..8e6e8a29 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -204,6 +204,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="fix" due-to="Michael Ernst"> Fix typos #375. </action> + <action issue="IO-611" dev="ggregory" type="fix" due-to="Fedor Urvanov"> + FilenameUtils.normalize javadoc and tests #383. + </action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory"> Add GitHub coverage.yml.