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 57d4777 [LANG-1552] Change from addAll to constructors for some List
#536.
new 7f3b356 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-lang.git
57d4777 is described below
commit 57d4777d288022281e5d6befcb02a86e45d0dd44
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 13 11:09:03 2020 -0400
[LANG-1552] Change from addAll to constructors for some List #536.
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 060625a..9f9880c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,6 +68,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LANG-1564" type="add" dev="ggregory" due-to="XenoAmess">Use
Collections.singletonList insteadof Arrays.asList when there be only one
element. #549.</action>
<action issue="LANG-1560" type="add" dev="ggregory"
due-to="XenoAmess">Refine Javadoc #545.</action>
<action issue="LANG-1553" type="add" dev="ggregory"
due-to="XenoAmess">Change array style from `int a[]` to `int[] a` #537.</action>
+ <action issue="LANG-1552" type="add" dev="ggregory"
due-to="XenoAmess">Change from addAll to constructors for some List
#536.</action>
</release>
<release version="3.10" date="2020-03-22" description="New features and bug
fixes. Requires Java 8, supports Java 9, 10, 11.">