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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ The <action> type attribute can be add,update,fix,remove.
53
53
<actiondev="ggregory"type="fix"due-to="Gary Gregory">RandomAccessFileMode.toString() is more helpful for debugging when it inherits from Enum.</action>
54
54
<actiondev="ggregory"type="fix"due-to="Gary Gregory">Fix implicit narrowing conversion in compound assignment in UnsynchronizedBufferedReader.skip(long).</action>
55
55
<actiondev="ggregory"type="fix"issue="IO-860"due-to="Stefan Feenstra, Gary Gregory">Missing reserved file names in FileSystem.WINDOWS (superscript digits for COM and LPT).</action>
56
-
<actiondev="ggregory"type="add"issue="IO-856"due-to="Thomas Hartwig, Gary Gregory">FileUtils.listFiles(final File, String[], boolean) can throw NoSuchFileException #697, #699.</action>
56
+
<actiondev="ggregory"type="fix"issue="IO-856"due-to="Thomas Hartwig, Gary Gregory">FileUtils.listFiles(final File, String[], boolean) can throw NoSuchFileException #697, #699.</action>
57
57
<!-- ADD -->
58
58
<actiondev="ggregory"type="add"due-to="Gary Gregory">Add @FunctionalInterface to ClassNameMatcher.</action>
59
59
<actiondev="ggregory"type="add"due-to="Gary Gregory">Add ValidatingObjectInputStream.Builder and ValidatingObjectInputStream.builder().</action>
0 commit comments