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 200d8e9 [LANG-1523] Avoid unnecessary allocation in StringUtils.wrapIfMissing. #496. 200d8e9 is described below commit 200d8e97453aa755af78f10dbc268c5d4f2a3e01 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Mar 4 09:13:58 2020 -0500 [LANG-1523] Avoid unnecessary allocation in StringUtils.wrapIfMissing. #496. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f4fd3b6..5aa8be2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -105,6 +105,7 @@ The <action> type attribute can be add,update,fix,remove. <action issue="LANG-1433" type="fix" dev="ggregory" due-to="Christian Franzen">MethodUtils will throw a NPE if invokeMethod() is called for a var-args method #407.</action> <action type="update" dev="ggregory" due-to="Peter Verhas">Reuse own code in Functions.java #493.</action> <action issue="LANG-1518" type="fix" dev="ggregory" due-to="Michele Preti, Bruno P. Kinoshita, Gary Gregory">MethodUtils.getAnnotation() with searchSupers = true does not work if super is generic #494.</action> + <action issue="LANG-1523" type="update" dev="ggregory" due-to="Edgar Asatryan, Bruno P. Kinoshita, Gary Gregory">Avoid unnecessary allocation in StringUtils.wrapIfMissing. #496.</action> </release> <release version="3.9" date="2019-04-09" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.">