Skip to content

Commit 3c784fc

Browse files
committed
Fix and sort action types
1 parent bb675e1 commit 3c784fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/changes/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ The <action> type attribute can be add,update,fix,remove.
124124
<action issue="LANG-1813" type="fix" dev="ggregory" due-to="Ivan Ponomarev, Gary Gregory">ArrayUtils#hashCode() Javadoc incorrectly states “null returns zero” (actual result is 629).</action>
125125
<action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate Validate.Validate().</action>
126126
<action type="fix" dev="ggregory" due-to="Partha Paul, Gary Gregory" issue="LANG-1820">[javadoc] Fix ObjectUtils.anyNull(Object) for empty arrays.</action>
127+
<action type="fix" dev="ggregory" due-to="Lars Helge Øverland, Gary Gregory">Fix StopWatch's stopInstant match stopTimeNanos when split is called #1610.</action>
128+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix NullPointerException in StopWatch.getStopTime().</action>
127129
<!-- ADD -->
128130
<action type="add" dev="ggregory" due-to="Gary Gregory">Add JavaVersion.JAVA_27.</action>
129131
<action type="add" dev="ggregory" due-to="Gary Gregory">Add SystemUtils.IS_JAVA_27.</action>
@@ -132,8 +134,6 @@ The <action> type attribute can be add,update,fix,remove.
132134
<action type="add" dev="ggregory" due-to="Gary Gregory, Theodora Anastasia Lazaridou">Add long support to BitField #1561.</action>
133135
<action type="add" dev="ggregory" due-to="Gary Gregory">Add ArrayUtils.getDimensions(Object).</action>
134136
<action issue="LANG-1707" type="add" dev="ggregory" due-to="Ivan Malutin, Gilles Sadowski, Gary Gregory">Add ArrayUtils.concat() methods for concatenating multiple arrays #1519.</action>
135-
<action type="add" dev="ggregory" due-to="Lars Helge Øverland, Gary Gregory">Fix StopWatch's stopInstant match stopTimeNanos when split is called #1610.</action>
136-
<action type="add" dev="ggregory" due-to="Gary Gregory">Fix NullPointerException in StopWatch.getStopTime().</action>
137137
<!-- UPDATE -->
138138
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 98 #1498.</action>
139139
<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>

0 commit comments

Comments
 (0)