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/04/28 21:54:23 UTC

[commons-io] branch master updated: Support sub sequences in CharSequenceReader #91.

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 b0bf3d9  Support sub sequences in CharSequenceReader #91.
b0bf3d9 is described below

commit b0bf3d98a798884fb21ccfe6ddd611bbaaf7f337
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Apr 28 17:54:18 2020 -0400

    Support sub sequences in CharSequenceReader #91.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9266296..e26e916 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -225,6 +225,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="IO-667" dev="ggregory" type="update" due-to="Adam Retter, Gary Gregory">
          Add functional interfaces IOFunction and IOSupplier #110.
       </action>
+      <action dev="ggregory" type="update" due-to="Rob Spoor, Gary Gregory">
+         Support sub sequences in CharSequenceReader #91.
+      </action>
     </release>
 
     <release version="2.6" date="2017-10-15" description="Java 7 required, Java 9 supported.">