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 2fe1eca Make `FilenameUtils.equals()` not throw an exception #154. 2fe1eca is described below commit 2fe1ecae429dd3369555d8b256f6529c38ebeac7 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Oct 1 11:30:21 2020 -0400 Make `FilenameUtils.equals()` not throw an exception #154. --- src/changes/changes.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 139d345..f744df6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,7 +54,10 @@ The <action> type attribute can be add,update,fix,remove. FileUtils: Remove Instant->ZonedDateTime->Instant round-trip. </action> <action dev="ggregory" type="add" due-to="Gary Gregory"> - Add FileSystemProviders. + Add FileSystemProviders class. + </action> + <action dev="ggregory" type="fix" due-to="Michael Ernst, Gary Gregory"> + Make `FilenameUtils.equals()` not throw an exception #154. </action> <!-- UPDATES --> <action dev="ggregory" type="update" due-to="Dependabot">