You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2017/04/17 12:19:56 UTC

[33/50] [lang] add changes.xml entry for LANG-1313

add changes.xml entry for LANG-1313


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

Branch: refs/heads/release
Commit: 46edb45d3e7c3c0a3bf3e4e862f701f1a49ba73d
Parents: 90f0a68
Author: pascalschumacher <pa...@gmx.net>
Authored: Mon Mar 27 20:39:47 2017 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Mon Mar 27 20:41:07 2017 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/46edb45d/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 78c3514..14f3ca4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -81,6 +81,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1314" type="fix" dev="pschumacher" due-to="Allon Murienik">javadoc creation broken with Java 8</action>
     <action issue="LANG-1316" type="update" dev="pschumacher">Deprecate classes/methods moved to commons-text</action>
     <action issue="LANG-1310" type="fix" dev="pschumacher" due-to="Don Jeba">MethodUtils.invokeMethod throws ArrayStoreException if using varargs arguments and smaller types than the method defines</action>
+    <action issue="LANG-1313" type="add" dev="pschumacher" due-to="Tomschi">Add ArchUtils - An utility class for the "os.arch" system property</action>
   </release>
 
   <release version="3.5" date="2016-10-13" description="New features including Java 9 detection">