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 84b7eb01f [LANG-1713] ArrayUtils will return null when adding two null arrays, but undocumented 84b7eb01f is described below commit 84b7eb01fc2848a75ad5358377af83833b4a1577 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Dec 9 11:49:08 2023 -0500 [LANG-1713] ArrayUtils will return null when adding two null arrays, but undocumented --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 293b0e4c6..e8367ecb9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -53,6 +53,7 @@ The <action> type attribute can be add,update,fix,remove. <action issue="LANG-1722" type="fix" dev="ggregory" due-to="Arthur Chan">Rethrow NegativeArraySizeException as SerializationException in SerializationUtils.deserialize(InputStream) #1141.</action> <action issue="LANG-1723" type="fix" dev="ggregory" due-to="Arthur Chan, Gary Gregory">Throw NumberFormatException instead of IndexOutOfBoundsException in NumberUtils.getMantissa(String, int) #1145.</action> <action type="fix" dev="ggregory" due-to="Paranoïd User">Minor grammar fixes #1143.</action> + <action issue="LANG-1713" type="fix" dev="ggregory" due-to="John Hendrikx, Gary Gregory">ArrayUtils will return null when adding two null arrays, but undocumented.</action> <!-- UPDATE --> <action type="update" dev="sebb" due-to="Dependabot">Bump commons-parent from 64 to 65.</action> <!-- REMOVE -->