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 7c729a0 [IO-616] Add class AppendableWriter. #87. 7c729a0 is described below commit 7c729a050fc3793c8e96fa39e6797534baf36129 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Fri Aug 9 11:15:30 2019 -0400 [IO-616] Add class AppendableWriter. #87. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 888aeb5..bd246d9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -122,6 +122,9 @@ The <action> type attribute can be add,update,fix,remove. <action issue="IO-615" dev="ggregory" type="add" due-to="Gary Gregory, Rob Spoor"> Add classes TeeWriter, FilterCollectionWriter, ProxyCollectionWriter, IOExceptionList, IOIndexedException. </action> + <action issue="IO-616" dev="ggregory" type="add" due-to="Rob Spoor"> + Add class AppendableWriter. #87. + </action> </release> <release version="2.6" date="2017-10-15" description="Java 7 required, Java 9 supported.">