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
@@ -65,6 +65,7 @@ The <action> type attribute can be add,update,fix,remove.
65
65
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">BoundedReader now extends ProxyReader.</action>
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
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">BOMInputStream fail-fast and tracks its ByteOrderMark as a final #835.</action>
68
69
<!-- ADD -->
69
70
<actiontype="add"dev="ggregory"due-to="Gary Gregory, Piotr P. Karwasz">Add and use IOUtils.closeQuietlySuppress(Closeable, Throwable) #818.</action>
0 commit comments