LANG-1227: add changes.xml entry
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/ec8bf528 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/ec8bf528 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/ec8bf528 Branch: refs/heads/master Commit: ec8bf5281be88bda8e7890659f40ee93ea41ee7a Parents: a0b798c Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Tue May 10 21:20:38 2016 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Tue May 10 21:20:38 2016 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/ec8bf528/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b3c7b1a..3877a66 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,6 +22,7 @@ <body> <release version="3.5" date="tba" description="tba"> + <action issue="LANG-1227" type="new" 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>