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 5eb24852 Fix WordUtils.containsAllWords missing words across line 
breaks (#754).
5eb24852 is described below

commit 5eb248529803f80174102807ef13eb6006666329
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 26 11:13:24 2026 +0000

    Fix WordUtils.containsAllWords missing words across line breaks (#754).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a64e9b26..eec1e245 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,6 +61,7 @@ The <action> type attribute can be add,update,fix,remove.
       <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>
+      <action type="fix" dev="ggregory" due-to="alhuda, Gary Gregory">Fix 
WordUtils.containsAllWords missing words across line breaks (#754).</action>
       <!-- ADD -->
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 93 to 102.</action>

Reply via email to