This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git

commit 5d882dca7cb01b52a184a7e36f71d0aae4b1c9ac
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Sep 4 09:51:44 2026 -0400

    StringMatcher.isMatch(CharSequence, int, int, int) forwards bufferEnd as
    bufferStart (#768).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f5b77964..ac0823a9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -71,6 +71,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" issue="TEXT-242" due-to="Maksym 
Korshun">StringSubstitutorReader can now substitute variables with a suffix 
longer than one characters (#764).</action>
       <action type="fix" dev="ggregory" due-to="Javid Khan, Gary Gregory">Fix 
ArrayIndexOutOfBoundsException in DnsStringLookup for '|' key (#765).</action>
       <action type="fix" dev="ggregory" due-to="Weiki, Gary Gregory">Compare 
characters by value in DamerauLevenshteinDistance (#770).</action>
+      <action type="fix" dev="ggregory" due-to="Jeff Lenamon, Gary 
Gregory">StringMatcher.isMatch(CharSequence, int, int, int) forwards bufferEnd 
as bufferStart (#768).</action>
       <!-- ADD -->
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 93 to 104.</action>

Reply via email to