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 ccaae51292cec152246bdf865df38a6e22e7bc6a
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Sep 22 08:15:04 2024 -0400

    [LANG-1747]  Add StopWatch.run([Failable]Runnable) and
    get([Failable]Supplier)
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 647ec3a62..c4c4b7f59 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,7 +55,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Remove trailing whitespace in StopWatch exception messages.</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add Strings and refactor StringUtils.</action>
-    <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add StopWatch.run([Failable]Runnable) and 
get([Failable]Supplier).</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>
     <!-- UPDATE -->
     <action                   type="update" dev="ggregory" due-to="Gary 
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 73 to 75 
#1267, #1277.</action>
   </release>

Reply via email to