We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bff5f commit 633d663Copy full SHA for 633d663
1 file changed
src/changes/changes.xml
@@ -82,6 +82,9 @@ The <action> type attribute can be add,update,fix,remove.
82
<action dev="ggregory" type="fix" due-to="Gary Gregory">
83
Improve performance of PathUtils.fileContentEquals(Path, Path) by about 60%, see PathUtilsContentEqualsBenchmark.
84
</action>
85
+ <action dev="ggregory" type="fix" due-to="Elliotte Rusty Harold">
86
+ Remove unused test code #494.
87
+ </action>
88
<!-- ADD -->
89
<action dev="ggregory" type="add" due-to="Gary Gregory">
90
Add org.apache.commons.io.channels.FileChannels.
0 commit comments