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-lang.git
commit e96157d6d50288d69e8ac57097d58c6035ec8697 Author: Gary Gregory <[email protected]> AuthorDate: Fri May 29 06:16:46 2026 -0400 Add StringUtils.trimControl(String) (#1681). --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d8ddde5c2..132cb7b24 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -187,6 +187,7 @@ java.lang.NullPointerException: Cannot invoke <action type="add" dev="ggregory" due-to="Gary Gregory">Add ArrayFill.clear(char[]) (#1667).</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add DurationUtils.toMillisLong(Duration) (#1679).</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add Instants.toEpochMillis(Instant) (#1680).</action> + <action type="add" dev="ggregory" due-to="Gary Gregory">Add StringUtils.trimControl(String) (#1681).</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 100 #1498.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump org.apache.commons:commons-text from 1.14.0 to 1.15.0.</action>
