You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ The <action> type attribute can be add,update,fix,remove.
60
60
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">All thread names are now prefixed with "commons-io-".</action>
61
61
<actiontype="fix"dev="ggregory"due-to="Kishor, Mashrur Mia"issue="IO-639">ReversedLinesFileReader does not read first line if its empty #829.</action>
62
62
<actiontype="fix"dev="ggregory"due-to="Peter De Maeyer"issue="IO-886">Fixed incorrect regular expression in PathUtils.RelativeSortedPaths.extractKey(String, String).</action>
63
+
<actiontype="fix"dev="ggregory"due-to="Martin Wiesner">Fix typos in Javadoc of FileUtils and related test classes #833.</action>
63
64
<!-- ADD -->
64
65
<actiontype="add"dev="ggregory"due-to="Gary Gregory, Piotr P. Karwasz">Add and use IOUtils.closeQuietlySuppress(Closeable, Throwable) #818.</action>
0 commit comments