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-lang.git
commit 84bbae308d1549e09fed629d72cf4847598c2641 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Oct 13 10:30:03 2024 -0400 Add missing words to action descriptions --- src/changes/changes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e5b12ddae..369a4908b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -60,8 +60,8 @@ The <action> type attribute can be add,update,fix,remove. <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Add Strings and refactor StringUtils.</action> <action issue="LANG-1747" type="add" dev="ggregory" due-to="Oliver B. Fischer, Gary Gregory">Add StopWatch.run([Failable]Runnable) and get([Failable]Supplier).</action> - <action type="add" dev="ggregory" due-to="Gary Gregory">JavaVersion.JAVA_23.</action> - <action type="add" dev="ggregory" due-to="Gary Gregory">SystemUtils.IS_JAVA_23.</action> + <action type="add" dev="ggregory" due-to="Gary Gregory">Add JavaVersion.JAVA_23.</action> + <action type="add" dev="ggregory" due-to="Gary Gregory">Add SystemUtils.IS_JAVA_23.</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add IntegerRange.toIntStream().</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 73 to 77 #1267, #1277, #1283, #1288.</action>