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

commit 6bd6d62a9f7b07bcdfc3078023ba68cf02ac6be1
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jul 21 16:10:48 2020 -0400

    Sort some entries.
---
 src/changes/changes.xml | 27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 817d48c..2e7e173 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -59,23 +59,22 @@ The <action> type attribute can be add,update,fix,remove.
     <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                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add BiStringLookup and implementation BiFunctionStringLookup.</action>
-    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add 
org.apache.commons.text.lookup.StringLookupFactory.functionStringLookup(Function&lt;String,
 V&gt;).</action>
-    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add 
org.apache.commons.text.matcher.StringMatcher.isMatch(CharSequence, 
int).</action>
-    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add 
org.apache.commons.text.matcher.StringMatcher.isMatch(CharSequence, int, int, 
int).</action>
-    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add 
org.apache.commons.text.matcher.StringMatcherFactory.stringMatcher(char...).</action>
-    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add 
org.apache.commons.text.matcher.StringMatcherFactory.andMatcher(StringMatcher...).</action>
-    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add org.apache.commons.text.TextStringBuilder.toString(int, 
int).</action>
-    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add org.apache.commons.text.TextStringBuilder.readFrom(Reader, 
int).</action>
-    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add 
org.apache.commons.text.TextStringBuilder.charAtDelete(int).</action>
-    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add org.apache.commons.text.TextStringBuilder.isNotEmpty().</action>
+    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add 
org.apache.commons.text.StringSubstitutor.StringSubstitutor(StringSubstitutor).</action>
     <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add 
org.apache.commons.text.TextStringBuilder.TextStringBuilder(CharSequence).</action>
-    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add org.apache.commons.text.TextStringBuilder.wrap(char[]).</action>
-    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add org.apache.commons.text.TextStringBuilder.wrap(char[], 
int).</action>
+    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add org.apache.commons.text.TextStringBuilder.drainChar(int).</action>
+    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add org.apache.commons.text.TextStringBuilder.drainChars(int, int, 
char[]. int).</action>
+    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add org.apache.commons.text.TextStringBuilder.isNotEmpty().</action>
     <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add org.apache.commons.text.TextStringBuilder.isReallocated().</action>
+    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add org.apache.commons.text.TextStringBuilder.readFrom(Reader, 
int).</action>
     <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add org.apache.commons.text.TextStringBuilder.set(String).</action>
-    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add org.apache.commons.text.TextStringBuilder.getCharsDelete(int, int, 
char[]. int).</action>
-    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add 
org.apache.commons.text.StringSubstitutor.StringSubstitutor(StringSubstitutor).</action>
+    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add org.apache.commons.text.TextStringBuilder.wrap(char[]).</action>
+    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add org.apache.commons.text.TextStringBuilder.wrap(char[], 
int).</action>
     <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add org.apache.commons.text.io.StringSubstitutorReader.</action>
+    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add 
org.apache.commons.text.lookup.StringLookupFactory.functionStringLookup(Function&lt;String,
 V&gt;).</action>
+    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add 
org.apache.commons.text.matcher.StringMatcher.isMatch(CharSequence, 
int).</action>
+    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add 
org.apache.commons.text.matcher.StringMatcher.isMatch(CharSequence, int, int, 
int).</action>
+    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add 
org.apache.commons.text.matcher.StringMatcherFactory.andMatcher(StringMatcher...).</action>
+    <action                  type="add" dev="ggregory" due-to="Gary 
Gregory">Add 
org.apache.commons.text.matcher.StringMatcherFactory.stringMatcher(char...).</action>
     <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">[build] Skip clirr since we use JApiCmp.</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>
@@ -119,7 +118,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                  type="update" dev="ggregory">Update site from 
com.puppycrawl.tools:checkstyle 8.18 to 8.21.</action>
   </release>
 
-  <release version="1.6" date="2018-10-12" description="Release 1.6". Requires 
Java 8.>
+  <release version="1.6" date="2018-10-12" description="Release 1.6. Requires 
Java 8.">
     <action issue="TEXT-144" type="update" dev="ggregory">Add the resource 
string bundle string lookup to the default set of lookups</action>
     <action issue="TEXT-145" type="update" dev="ggregory">Add 
StringLookupFactory methods for the URL encoder and decoder string 
lookups</action>
     <action issue="TEXT-146" type="update" 
dev="ggregory">org.apache.commons.text.lookup.StringLookupFactory.interpolatorStringLookup()
 should reuse a singleton instance</action>

Reply via email to