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
@@ -85,6 +85,7 @@ The <action> type attribute can be add,update,fix,remove.
85
85
<actiondev="ggregory"type="fix"due-to="Gary Gregory">NullInputStream.read(byte[]) should return 0 when the input byte array in length 0.</action>
86
86
<actiondev="ggregory"type="fix"due-to="Gary Gregory">NullInputStream.read(byte[], int, int) should return 0 when the input byte array in length 0 or requested length is 0.</action>
87
87
<actiondev="ggregory"type="fix"due-to="Gary Gregory">MarkShieldInputStream.read(*) should throw IOException when it is closed.</action>
88
+
<actiondev="ggregory"type="fix"due-to="aelaort">Replace deprecated constant FileFileFilter.FILE in Javadoc #657.</action>
88
89
<!-- UPDATE -->
89
90
<actiondev="ggregory"type="update"due-to="Dependabot">Bump tests commons.bytebuddy.version from 1.14.13 to 1.14.18 #615, #621, #631, #635, #642.</action>
90
91
<actiondev="ggregory"type="update"due-to="Dependabot">Bump tests commons-codec:commons-codec from 1.16.1 to 1.17.1 #644.</action>
0 commit comments