This is an automated email from the ASF dual-hosted git repository.
ggregory 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 2b730b10 [TEXT-175] Fix regression for determining whitespace in
WordUtils #519
2b730b10 is described below
commit 2b730b10bb29f9bf2df2acae685ed4712689a8fc
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Mar 29 08:25:04 2024 -0400
[TEXT-175] Fix regression for determining whitespace in WordUtils #519
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1d45d4f1..b04c266e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,6 +48,7 @@ The <action> type attribute can be add,update,fix,remove.
<release version="1.11.1" date="202Y-MM-DD" description="Release 1.11.1.
Requires Java 8 or above.">
<!-- FIX -->
<action issue="TEXT-232" type="fix" dev="ggregory" due-to="Arnout Engelen,
Gary Gregory">WordUtils.containsAllWords​() may throw
PatternSyntaxException.</action>
+ <action issue="TEXT-175" type="fix" dev="ggregory" due-to="David Lavati,
seanfabs, Gary Gregory, Bruno P. Kinoshita">Fix regression for determining
whitespace in WordUtils #519.</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary
Gregory">Bump commons-lang3 from 3.13.0 to 3.14.0.</action>
<action type="update" dev="ggregory"
due-to="Dependabot">Bump commons.bytebuddy.version from 1.14.9 to 1.14.12 #476,
#482, #505.</action>