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-text.git


The following commit(s) were added to refs/heads/master by this push:
     new ece4da7  Refactor 
org.apache.commons.text.TextStringBuilder.readFrom(Readable), extracting 
readFrom(CharBuffer) and readFrom(Reader).
ece4da7 is described below

commit ece4da7cde6f05f990f284426a2a4af731e8373f
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jun 22 20:58:19 2020 -0400

    Refactor org.apache.commons.text.TextStringBuilder.readFrom(Readable),
    extracting readFrom(CharBuffer) and readFrom(Reader).
---
 src/changes/changes.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2f1582b..b11df51 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,7 +50,8 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="TEXT-149" type="fix" dev="kinow" due-to="Yuji 
Konishi">StringEscapeUtils.unescapeCsv doesn't remove quotes at begin and end 
of string.</action>
     <action issue="TEXT-174" type="fix"    dev="ggregory" 
due-to="furkilic">ScriptStringLookup does not accept ":" #126.</action>
     <action                  type="update" dev="ggregory" due-to="Johan 
Hammar">[javadoc] Fix compiler warnings in Java code example in Javadoc 
#124.</action>
-    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add org.apache.commons.text.matcher.StringMatcher.size().</action>
+    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add StringMatcher.size().</action>
+    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Refactor TextStringBuilder.readFrom(Readable), extracting 
readFrom(CharBuffer) and readFrom(Reader).</action>    
     <action issue="TEXT-177" type="update" dev="ggregory" due-to="Gary 
Gregory">Update from Apache Commons Lang 3.9 to 3.10.</action>
     <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">[test] junit-jupiter 5.5.1 -> 5.5.2.</action>
     <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">[test] org.assertj:assertj-core 3.13.2 -> 3.16.1.</action>

Reply via email to