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 dc35ebc [LANG-1560] Refine Javadoc #545. new 514f226 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git dc35ebc is described below commit dc35ebc48c00fbe45c1a2c4d4ba31fab8cf197a4 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jun 13 11:04:52 2020 -0400 [LANG-1560] Refine Javadoc #545. --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 75cf342..b4957d1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -65,7 +65,8 @@ The <action> type attribute can be add,update,fix,remove. <action issue="LANG-1550" type="add" dev="ggregory" due-to="Edgar Asatryan">Optimize ArrayUtils::isArrayIndexValid method. #551.</action> <action issue="LANG-1561" type="add" dev="ggregory" due-to="XenoAmess">Use List.sort instead of Collection.sort #546.</action> <action issue="LANG-1563" type="add" dev="ggregory" due-to="XenoAmess">Use StandardCharsets.UTF_8 #548.</action> - <action issue="LANG-1564" type="add" dev="ggregory" due-to="XenoAmess">[LANG-1564] use Collections.singletonList insteadof Arrays.asList when there be only one element. #549.</action> + <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> </release> <release version="3.10" date="2020-03-22" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.">