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
@@ -63,6 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
63
63
<actiontype="fix"dev="ggregory"due-to="Martin Wiesner">Fix typos in Javadoc of FileUtils and related test classes #833.</action>
64
64
<actiontype="fix"dev="ggregory"due-to="Daniel Vega, Gary Gregory"issue="IO-887">WriterOutputStream from a builder fails on malformed or unmappable input bytes.</action>
65
65
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">BoundedReader now extends ProxyReader.</action>
66
+
<actiontype="fix"dev="ggregory"due-to="Peter De Maeyer, Gary Gregory"issue="IO-885">Path visits follow links #832.</action>
66
67
<!-- ADD -->
67
68
<actiontype="add"dev="ggregory"due-to="Gary Gregory, Piotr P. Karwasz">Add and use IOUtils.closeQuietlySuppress(Closeable, Throwable) #818.</action>
0 commit comments