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
The following commit(s) were added to refs/heads/master by this push:
new ad7bce75 Compare characters by value in DamerauLevenshteinDistance
(#770).
ad7bce75 is described below
commit ad7bce752d49f50630aa2a059d66dc572c921bc1
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Sep 3 07:23:42 2026 -0400
Compare characters by value in DamerauLevenshteinDistance (#770).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b9beac2e..ff88e84b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -70,6 +70,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" issue="TEXT-241" due-to="Javid Khan,
Gary Gregory">TextStringBuilder.lastIndexOf("") and StrBuilder.lastIndexOf("")
return incorrect index for empty string (size - 1 instead of size)
(#763).</action>
<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>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 104.</action>