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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,8 @@ The <action> type attribute can be add,update,fix,remove.
66
66
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">AbstractStreamBuilder.setOpenOptions(OpenOption...) now makes a defensive copy of its input array.</action>
67
67
<actiontype="fix"dev="ggregory"due-to="Peter De Maeyer, Gary Gregory"issue="IO-885">Path visits follow links #832.</action>
68
68
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">BOMInputStream fail-fast and tracks its ByteOrderMark as a final #835.</action>
69
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Refactor UnixLineEndingInputStream and WindowsLineEndingInputStream for duplication.</action>
70
+
<actiontype="fix"dev="ggregory"due-to="Peter De Maeyer, Gary Gregory"issue="IO-857">[Javadoc] PathUtils.cleanDirectory() methods vs FileUtils.</action>
69
71
<!-- ADD -->
70
72
<actiontype="add"dev="ggregory"due-to="Gary Gregory, Piotr P. Karwasz">Add and use IOUtils.closeQuietlySuppress(Closeable, Throwable) #818.</action>
0 commit comments