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 2015/10/17 11:13:30 UTC

[3/4] [lang] Add LANG-1174 to changes.xml

Add LANG-1174 to 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/19f9893d
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/19f9893d
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/19f9893d

Branch: refs/heads/master
Commit: 19f9893de0459412b11830b2798584c9669e5e2d
Parents: 69383a2
Author: Benedikt Ritter <br...@apache.org>
Authored: Sat Oct 17 11:12:07 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Sat Oct 17 11:12:07 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/19f9893d/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ae6ed76..4a5c143 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-1174" type="add" dev="britter" dute-to="Punkratz312">Add sugar to RandomUtils</action>
     <action issue="LANG-1057" type="update" dev="chas" dute-to="Otávio Santana">Replace StringBuilder with String concatenation for better optimization</action>
     <action issue="LANG-1075" type="update" dev="chas">Deprecate SystemUtils.FILE_SEPARATOR and SystemUtils.PATH_SEPARATOR</action>
     <action issue="LANG-1154" type="add" dev="chas" due-to="Gary Gregory">FastDateFormat APIs that use a StringBuilder</action>