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 2020/09/02 15:39:27 UTC

[commons-io] branch master updated: Add a MarkShieldInputStream #119.

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 80c7912  Add a MarkShieldInputStream #119.
80c7912 is described below

commit 80c7912cab049cac8959d9a46a4f28de3f34977b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Sep 2 11:39:16 2020 -0400

    Add a MarkShieldInputStream #119.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f387c5e..ff9c476 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -130,6 +130,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="IO-676" dev="ggregory" type="fix" due-to="Michael Ernst, Gary Gregory">
         Prevent NullPointerException in ReversedLinesFileReader constructors #117.
       </action>
+      <action dev="ggregory" type="add" due-to="Adam Retter, Gary Gregory">
+        Add a MarkShieldInputStream #119.
+      </action>
       <!-- UPDATES -->
       <action dev="ggregory" type="add" due-to="Gary Gregory">
         Deprecate IOUtils.LINE_SEPARATOR in favor of Java 7's System.lineSeparator().