Repository: commons-lang Updated Branches: refs/heads/master 796b051f2 -> 05e18cc5c
Remove LANG-1291 from changes.xml since it has been reverted Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/05e18cc5 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/05e18cc5 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/05e18cc5 Branch: refs/heads/master Commit: 05e18cc5c18b820b6f57c1cb823ad2c7fe513581 Parents: 796b051 Author: Benedikt Ritter <brit...@apache.org> Authored: Wed May 17 10:27:20 2017 -0400 Committer: Benedikt Ritter <brit...@apache.org> Committed: Wed May 17 10:27:20 2017 -0400 ---------------------------------------------------------------------- src/changes/changes.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/05e18cc5/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c106896..6a22895 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -73,7 +73,6 @@ The <action> type attribute can be add,update,fix,remove. <action issue="LANG-1258" type="add" dev="pschumacher" due-to="IG, Grzegorz Rożniecki">Add ArrayUtils#toStringArray method</action> <action issue="LANG-1160" type="add" dev="kinow">StringUtils#abbreviate should support 'custom ellipses' parameter</action> <action issue="LANG-1293" type="add" dev="pschumacher" due-to="Pierre Templier, Martin Tarjanyi">Add StringUtils#isAllEmpty and #isAllBlank methods</action> - <action issue="LANG-1291" type="add" dev="ggregory">Provide annotations to document thread safety</action> <action issue="LANG-1290" type="update" dev="pschumacher" due-to="Andrii Abramov">Increase test coverage of org.apache.commons.lang3.ArrayUtils</action> <action issue="LANG-1274" type="update" dev="pschumacher">StrSubstitutor should state its thread safety</action> <action issue="LANG-1277" type="update" dev="pschumacher" due-to="yufcuy">StringUtils#getLevenshteinDistance reduce memory consumption</action>