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
@@ -54,6 +54,7 @@ The <action> type attribute can be add,update,fix,remove.
54
54
<actiontype="fix"dev="pkarwasz"due-to="Piotr P. Karwasz">BoundedInputStream.available() correctly accounts for the maximum read limit.</action>
55
55
<actiontype="fix"dev="ggregory"due-to="Gary Gregory, Piotr P. Karwasz">Deprecate IOUtils.readFully(InputStream, int) in favor of toByteArray(InputStream, int).</action>
56
56
<actiontype="fix"dev="pkarwasz"due-to="Piotr P. Karwasz">IOUtils.toByteArray(InputStream) now throws IOException on byte array overflow.</action>
57
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory, Piotr P. Karwasz">Javadoc general improvements.</action>
57
58
<!-- ADD -->
58
59
<actiondev="ggregory"type="add"due-to="strangelookingnerd, Gary Gregory">FileUtils#byteCountToDisplaySize() supports Zettabyte, Yottabyte, Ronnabyte and Quettabyte #763.</action>
59
60
<actiondev="ggregory"type="add"due-to="strangelookingnerd, Gary Gregory">Add org.apache.commons.io.FileUtils.ONE_RB #763.</action>
0 commit comments