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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ The <action> type attribute can be add,update,fix,remove.
57
57
<actiontype="fix"dev="ggregory"due-to="Gary Gregory, Piotr P. Karwasz">Javadoc general improvements.</action>
58
58
<actiontype="fix"dev="ggregory"due-to="Piotr P. Karwasz">IOUtils.toByteArray() now throws EOFException when not enough data is available #796.</action>
59
59
<actiontype="fix"dev="pkarwasz"due-to="Piotr P. Karwasz">Fix IOUtils.skip() usage in concurrent scenarios.</action>
60
+
<actiontype="fix"dev="ggregory"due-to="J Hawkins">[javadoc] Fix XmlStreamReader Javadoc to indicate the correct class that is built #806.</action>
60
61
<!-- ADD -->
61
62
<actiondev="ggregory"type="add"due-to="strangelookingnerd, Gary Gregory">FileUtils#byteCountToDisplaySize() supports Zettabyte, Yottabyte, Ronnabyte and Quettabyte #763.</action>
62
63
<actiondev="ggregory"type="add"due-to="strangelookingnerd, Gary Gregory">Add org.apache.commons.io.FileUtils.ONE_RB #763.</action>
@@ -73,7 +74,7 @@ The <action> type attribute can be add,update,fix,remove.
73
74
<actiondev="pkarwasz"type="add"due-to="Piotr P. Karwasz">Add CloseShieldChannel to close-shielded NIO Channels #786.</action>
74
75
<actiondev="pkarwasz"type="add"due-to="Piotr P. Karwasz">Added IOUtils.checkFromIndexSize as a Java 8 backport of Objects.checkFromIndexSize #790.</action>
75
76
<!-- UPDATE -->
76
-
<actiontype="update"dev="ggregory"due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 85 to 89 #774, #783.</action>
77
+
<actiontype="update"dev="ggregory"due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 85 to 90 #774, #783, #808.</action>
77
78
<actiontype="update"dev="ggregory"due-to="Gary Gregory">[test] Bump commons-codec:commons-codec from 1.18.0 to 1.19.0.</action>
78
79
<actiontype="update"dev="ggregory"due-to="Gary Gregory, Dependabot">[test] Bump commons.bytebuddy.version from 1.17.6 to 1.17.8 #769.</action>
79
80
<actiontype="update"dev="ggregory"due-to="Gary Gregory">[test] Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0.</action>
0 commit comments