We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd63fa3 commit 5ec8d5eCopy full SHA for 5ec8d5e
1 file changed
src/changes/changes.xml
@@ -62,6 +62,9 @@ The <action> type attribute can be add,update,fix,remove.
62
<action dev="ggregory" type="fix" due-to="Gary Gregory">Add and use PathUtils.getFileNameString().</action>
63
<action dev="ggregory" type="fix" due-to="Gary Gregory">Make public Erase.rethrow(Throwable).</action>
64
<action dev="ggregory" type="fix" issue="IO-826" due-to="markslater, Gary Gregory">Add BrokenInputStream.BrokenInputStream(Throwable).</action>
65
+ <action dev="ggregory" type="fix" issue="IO-826" due-to="markslater, Gary Gregory">Add BrokenReader.BrokenReader(Throwable).</action>
66
+ <action dev="ggregory" type="fix" issue="IO-826" due-to="markslater, Gary Gregory">Add BrokenOutputStream.BrokenOutputStream(Throwable).</action>
67
+ <action dev="ggregory" type="fix" issue="IO-826" due-to="markslater, Gary Gregory">Add BrokenWriter.BrokenWriter(Throwable).</action>
68
</release>
69
<release version="2.15.1" date="2023-11-24" description="Java 8 is required.">
70
<!-- FIX -->
0 commit comments