Skip to content

Commit

Permalink
Make FilenameUtils.equals() not throw an exception #154.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Gregory committed Oct 1, 2020
1 parent 4370bce commit 2fe1eca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 2fe1eca

Please sign in to comment.