Skip to content

Commit 2e2dac7

Browse files
committed
Sort action attribute
1 parent 99ee9f2 commit 2e2dac7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The <action> type attribute can be add,update,fix,remove.
4747
<body>
4848
<release version="2.23.0" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
4949
<!-- FIX -->
50-
<action issue="IO-867" type="fix" dev="ggregory" due-to="Sai Asish Y">ThresholdingOutputStream.isThresholdExceeded() now reflects the threshold-reached state, and a failed thresholdReached() no longer leaves the stream unable to fire the event again.</action>
50+
<action type="fix" dev="ggregory" due-to="Sai Asish Y" issue="IO-867">ThresholdingOutputStream.isThresholdExceeded() now reflects the threshold-reached state, and a failed thresholdReached() no longer leaves the stream unable to fire the event again.</action>
5151
<action type="fix" dev="ggregory" due-to="Gary Gregory">Clean BufferedFileChannelInputStream's direct ByteBuffer once #854.</action>
5252
<!-- ADD -->
5353
<action type="add" dev="ggregory" due-to="Gary Gregory">Add IOConsumer.accept(IOConsumer, T) (#846).</action>

0 commit comments

Comments
 (0)