You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/08/08 23:16:54 UTC

[commons-io] branch master updated: [IO-614] Add classes TaggedWriter, ClosedWriter and BrokenWriter. #86.

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 fd54aa6  [IO-614] Add classes TaggedWriter, ClosedWriter and BrokenWriter. #86.
fd54aa6 is described below

commit fd54aa69c9adbecf788b22536d4774c3c0a0b490
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Aug 8 19:16:49 2019 -0400

    [IO-614] Add classes TaggedWriter, ClosedWriter and BrokenWriter. #86.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d37231a..9d627c1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -116,6 +116,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="IO-613" dev="ggregory" type="add" due-to="Rob Spoor, Gary Gregory">
         Add classes ClosedReader and CloseShieldReader. #84.
       </action>
+      <action issue="IO-614" dev="ggregory" type="add" due-to="Rob Spoor">
+        Add classes TaggedWriter, ClosedWriter and BrokenWriter. #86.
+      </action>
     </release>
 
     <release version="2.6" date="2017-10-15" description="Java 7 required, Java 9 supported.">