You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2016/05/11 19:48:52 UTC

[2/2] [lang] LANG-1151: add changes.xml entry

LANG-1151: add changes.xml entry

(side effect close #140)


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/28f7862a
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/28f7862a
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/28f7862a

Branch: refs/heads/master
Commit: 28f7862ab7c5b782977e839bdcb7853d01a7d8b3
Parents: 54ff33b
Author: pascalschumacher <pa...@gmx.net>
Authored: Wed May 11 21:48:40 2016 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Wed May 11 21:48:40 2016 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/28f7862a/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3877a66..779375c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,7 +22,8 @@
   <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 "\u0141" and "\u0142".</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 "\u0141" and "\u0142".</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>