LANG-1402: thanks Mark
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/1deca667 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/1deca667 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/1deca667 Branch: refs/heads/master Commit: 1deca6672dbe4b9a042d51dea4bd684f55bc8566 Parents: 0bca64d Author: Rob Tompkins <chtom...@apache.org> Authored: Thu Aug 9 15:53:50 2018 -0400 Committer: Rob Tompkins <chtom...@apache.org> Committed: Thu Aug 9 15:53:50 2018 -0400 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/1deca667/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a4af662..ee04711 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -70,6 +70,7 @@ The <action> type attribute can be add,update,fix,remove. <action issue="LANG-1290" type="add" dev="ggregory" due-to="Jochen Schalanda">StringUtils.join() with support for List<?> with configurable start/end indices.</action> <action issue="LANG-1392" type="add" dev="pschumacher" due-to="Jeff Nelson">Methods for getting first non empty or non blank value</action> <action issue="LANG-1405" type="update" dev="ggregory" due-to="Lars Grefer">Remove checks for java versions below the minimum supported one</action> + <action issue="LANG-1402" type="update" dev="chtompki" due-to="Mark Dacek">Null/index safe get methods for ArrayUtils</action> </release> <release version="3.7" date="2017-11-04" description="New features and bug fixes. Requires Java 7, supports Java 8, 9, 10.">