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 fc17614  [TEXT-211] TextStringBuilder.equals whatever the capacity is 
#281
fc17614 is described below

commit fc1761465848aa4c171113f009681706eb77436b
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Mar 31 10:36:16 2022 -0400

    [TEXT-211] TextStringBuilder.equals whatever the capacity is #281
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2f51790..6dccf27 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,6 +65,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                  type="fix" dev="ggregory" due-to="Gary 
Gregory">Remove unused exception from TextStringBuilder.readFrom(CharBuffer). 
This preserves binary compatibility but not source compatibility.</action>
     <action                  type="fix" dev="ggregory" due-to="CodeQL, Gary 
Gregory">StrBuilder.StrBuilderReader.skip(long): Throw an exception when an 
implicit narrowing conversion in a compound assignment would result in 
information loss or a numeric error such as an overflows.</action>
     <action                  type="fix" dev="ggregory" due-to="CodeQL, Gary 
Gregory">TextStringBuilder.TextStringBuilderReader.skip(long): Throw an 
exception when an implicit narrowing conversion in a compound assignment would 
result in information loss or a numeric error such as an overflows.</action>
+    <action issue="TEXT-211" type="fix" dev="ggregory" 
due-to="sebx59">TextStringBuilder.equals whatever the capacity is #281.</action>
     <!-- ADD -->
     <action issue="TEXT-207" type="add" dev="mattjuntunen">Add DoubleFormat 
utility.</action>
     <action issue="TEXT-190" type="add" dev="kinow" due-to="Benjamin 
Bing">Document negative limit for WordUtils abbreviate method</action>

Reply via email to