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 1b6f40363e765051c0ff1783a408dff5d64626fb Author: Gary Gregory <[email protected]> AuthorDate: Sun Jun 14 11:32:34 2026 +0000 Use locale-independent lower casing in CaseUtils, WordUtils, and StringLookupFactory (#753). --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 74bb8464..074e6b28 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -59,6 +59,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" issue="TEXT-179" due-to="Gary Gregory, LeandroAntunes39">[TEXT-179] StringSubstitutor incorrectly removes the escape character in "$${${a}".</action> <action type="fix" dev="ggregory" due-to="Javid Khan">Throw IllegalArgumentException for trailing whitespace in ExtendedMessageFormat argument index (#750).</action> <action type="fix" dev="ggregory" due-to="aaaZayne, Gary Gregory">Refactor DamerauLevenshteinDistance and TextStringBuilder internals for duplication (#739).</action> + <action type="fix" dev="ggregory" due-to="Javid Khan, Gary Gregory">Use locale-independent lower casing in CaseUtils, WordUtils, and StringLookupFactory (#753).</action> <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 93 to 102.</action>
