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 0c21b84c Keep WordUtils.wrap from splitting a surrogate pair (#755).
0c21b84c is described below
commit 0c21b84c0bae469bbeb4ae0b8adebf7504df9458
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 26 11:11:12 2026 +0000
Keep WordUtils.wrap from splitting a surrogate pair (#755).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 074e6b28..a64e9b26 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,7 @@ The <action> type attribute can be add,update,fix,remove.
<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>
+ <action type="fix" dev="ggregory" due-to="alhuda, Gary Gregory">Keep
WordUtils.wrap from splitting a surrogate pair (#755).</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 102.</action>