You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,8 @@ The <action> type attribute can be add,update,fix,remove.
124
124
<actionissue="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>
<actiontype="fix"dev="ggregory"due-to="Partha Paul, Gary Gregory"issue="LANG-1820">[javadoc] Fix ObjectUtils.anyNull(Object) for empty arrays.</action>
127
+
<actiontype="fix"dev="ggregory"due-to="Lars Helge Øverland, Gary Gregory">Fix StopWatch's stopInstant match stopTimeNanos when split is called #1610.</action>
128
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Fix NullPointerException in StopWatch.getStopTime().</action>
<actionissue="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
-
<actiontype="add"dev="ggregory"due-to="Lars Helge Øverland, Gary Gregory">Fix StopWatch's stopInstant match stopTimeNanos when split is called #1610.</action>
136
-
<actiontype="add"dev="ggregory"due-to="Gary Gregory">Fix NullPointerException in StopWatch.getStopTime().</action>
137
137
<!-- UPDATE -->
138
138
<actiontype="update"dev="ggregory"due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 98 #1498.</action>
139
139
<actiontype="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