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 773f276  [LANG-1561] Use List.sort instead of Collection.sort #546.
     new 1c00d14  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-lang.git
773f276 is described below

commit 773f276c2332f3a79fb1c225e723d02dcfbbcb3e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jun 13 10:45:08 2020 -0400

    [LANG-1561] Use List.sort instead of Collection.sort #546.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 50d063a..415c086 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,6 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1568" type="add" dev="ggregory">Add to Functions: 
FailableBooleanSupplier, FailableIntSupplier, FailableLongSupplier, 
FailableDoubleSupplier, and so on.</action>
     <action issue="LANG-1569" type="add" dev="ggregory">Add 
ArrayUtils.get(T[], index, T) to provide an out-of-bounds default 
value.</action>
     <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>
   </release>
 
   <release version="3.10" date="2020-03-22" description="New features and bug 
fixes. Requires Java 8, supports Java 9, 10, 11.">

Reply via email to