Repository: commons-lang Updated Branches: refs/heads/master 8d682a6aa -> 716f140d4
Correct issue number for LANG-1120 in changes.xml Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/716f140d Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/716f140d Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/716f140d Branch: refs/heads/master Commit: 716f140d46c1737ca1c6b22a1db10fe041fbf810 Parents: 8d682a6 Author: Benedikt Ritter <[email protected]> Authored: Sun Sep 11 14:35:35 2016 +0200 Committer: Benedikt Ritter <[email protected]> Committed: Sun Sep 11 14:35:35 2016 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/716f140d/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 128ebe2..805b6f4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -82,7 +82,7 @@ The <action> type attribute can be add,update,fix,remove. <action issue="LANG-1232" type="fix" dev="pschumacher" due-to="Nick Manley">DiffBuilder: Add null check on fieldName when appending Object or Object[]</action> <action issue="LANG-1178" type="fix" dev="pschumacher" due-to="Henri Yandell">ArrayUtils.removeAll(Object array, int... indices) should do the clone, not its callers</action> <action issue="LANG-1151" type="update" dev="pschumacher" due-to="Juan Pablo Santos RodrÃguez">Performance improvements for NumberUtils.isParsable</action> - <action issue="LANG-1227" type="fix" dev="pschumacher" due-to="kaching88">StringUtils.stripAccents should remove accents from "Å" and "Å".</action> + <action issue="LANG-1120" type="fix" dev="pschumacher" due-to="kaching88">StringUtils.stripAccents should remove accents from "Å" and "Å".</action> <action issue="LANG-1227" type="new" dev="ggregory" due-to="Gary Gregory">Add XMLCharacter class.</action> <action issue="LANG-1218" type="update" dev="ggregory" due-to="Ruslan Cheremin">EqualsBuilder.append(Object,Object) is too big to be inlined, which prevents whole builder to be scalarized</action> <action issue="LANG-1205" type="fix" dev="chas" due-to="pbrose">NumberUtils.createNumber() behaves inconsistently with NumberUtils.isNumber()</action>
