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
The following commit(s) were added to refs/heads/master by this push: new 31e2d4385 Add Javadoc links from StopWatch to DurationUtils #1249 31e2d4385 is described below commit 31e2d43859ea4b3243ff6076c495457375130452 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Sat Jul 20 09:06:08 2024 -0400 Add Javadoc links from StopWatch to DurationUtils #1249 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9438361e8..27bda2091 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -55,6 +55,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="add" dev="ggregory" due-to="Gary Gregory">Add StopWatch.getStartInstant() and deprecate getStartTime().</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add StopWatch.getStopInstant() and deprecate getStopTime().</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add StopWatch.getDuration() and deprecate getTime().</action> + <action type="add" dev="ggregory" due-to="Oliver B. Fischer, Gary Gregory">Add Javadoc links from StopWatch to DurationUtils #1249.</action> <!-- UPDATE --> </release> <release version="3.15.0" date="2024-07-13" description="New features and bug fixes (Java 8 or above).">