Skip to content

Commit 3c96ee9

Browse files
committed
Refactor ByteArrayOutputStream into synchronized and unsynchronized
versions #108.
1 parent c2c2709 commit 3c96ee9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ The <action> type attribute can be add,update,fix,remove.
189189
<action type="update" dev="ggregory" due-to="Gary Gregory">
190190
Update tests from Apache Commons Lang 3.9 to 3.10.
191191
</action>
192+
<action issue="IO-648" dev="ggregory" type="add" due-to="Adam Retter, Alex Herbert, Gary Gregory">
193+
Refactor ByteArrayOutputStream into synchronized and unsynchronized versions #108.
194+
</action>
192195
</release>
193196

194197
<release version="2.6" date="2017-10-15" description="Java 7 required, Java 9 supported.">

0 commit comments

Comments
 (0)