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
@@ -55,6 +55,7 @@ The <action> type attribute can be add,update,fix,remove.
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
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
<actiondev="ggregory"type="fix"issue="IO-859"due-to="JD Dean, Gary Gregory">FileUtils.forceDelete on non-existent file on Windows throws IOException rather than FileNotFoundException.</action>
58
+
<actiondev="ggregory"type="fix"due-to="Éamonn McManus">Use Unicode escapes for superscript characters. #701.</action>
58
59
<!-- ADD -->
59
60
<actiondev="ggregory"type="add"due-to="Gary Gregory">Add @FunctionalInterface to ClassNameMatcher.</action>
60
61
<actiondev="ggregory"type="add"due-to="Gary Gregory">Add ValidatingObjectInputStream.Builder and ValidatingObjectInputStream.builder().</action>
0 commit comments