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
@@ -58,7 +58,8 @@ The <action> type attribute can be add,update,fix,remove.
58
58
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">DeferredFileOutputStream now clears and deletes its temporary storage by default (#858).</action>
59
59
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Update generic type of RandomAccessFileMode.accept(Path, IOConsumer) from IOConsumer<RandomAccessFile> to IOConsumer<IORandomAccessFile>.</action>
60
60
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Harden tests for NPEs on failures, happy path unchanged.</action>
61
-
<actiontype="fix"dev="ggregory"due-to="Sarankumar Baskar, Gary Gregory"issue="IO-891">Fix BoundedReader.skip(long) accounting and bounds handling (#860)..</action>
61
+
<actiontype="fix"dev="ggregory"due-to="Sarankumar Baskar, Gary Gregory"issue="IO-891">Fix BoundedReader.skip(long) accounting and bounds handling (#860).</action>
62
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">DeferredFileOutputStream better NPE message and new file permission tests (#862).</action>
0 commit comments