This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new 3c96ee9 Refactor ByteArrayOutputStream into synchronized and
unsynchronized versions #108.
3c96ee9 is described below
commit 3c96ee97f7fb4452cb530d33d60bd328cbe11357
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 7 20:17:54 2020 -0400
Refactor ByteArrayOutputStream into synchronized and unsynchronized
versions #108.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a72faa9..4379cc9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -189,6 +189,9 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory">
Update tests from Apache Commons Lang 3.9 to 3.10.
</action>
+ <action issue="IO-648" dev="ggregory" type="add" due-to="Adam Retter,
Alex Herbert, Gary Gregory">
+ Refactor ByteArrayOutputStream into synchronized and unsynchronized
versions #108.
+ </action>
</release>
<release version="2.6" date="2017-10-15" description="Java 7 required,
Java 9 supported.">