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 2021/11/06 11:37:07 UTC

[commons-io] branch master updated: [IO-756] Update FileWriterWithEncoding to extend ProxyWriter #296.

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 3f97206  [IO-756] Update FileWriterWithEncoding to extend ProxyWriter #296.
3f97206 is described below

commit 3f97206b8878c028c64c5edd798d3cbf0e49d1a4
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Nov 6 07:37:04 2021 -0400

    [IO-756] Update FileWriterWithEncoding to extend ProxyWriter #296.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 71c03c5..5754e0f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -120,6 +120,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="fix" due-to="Arturo Bernal">
         Minor changes #287.
       </action>
+      <action issue="IO-756" dev="ggregory" type="fix" due-to="wodencafe, Gary Gregory, Bruno P. Kinoshita">
+        Update FileWriterWithEncoding to extend ProxyWriter #296.
+      </action>
       <!-- ADD -->
       <action dev="ggregory" type="add" due-to="Gary Gregory">
         Add BrokenReader.INSTANCE.