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/05/05 20:33:23 UTC

[2/3] [lang] Add LANG-701 to changes.xml

Add LANG-701 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/9752bbc2
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/9752bbc2
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/9752bbc2

Branch: refs/heads/master
Commit: 9752bbc299a880745e02df8f920e076a0fae86bd
Parents: 155cec1
Author: Benedikt Ritter <br...@apache.org>
Authored: Tue May 5 20:31:48 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Tue May 5 20:31:48 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/9752bbc2/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f151745..2ecf557 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-701" type="add" dev="britter" due-to="James Sawle">StringUtils join with var args</action>
     <action issue="LANG-1105" type="add" dev="britter" due-to="Hendrik Saly">Add ThreadUtils - A utility class which provides helper methods related to java.lang.Thread</action>
     <action issue="LANG-1031" type="add" dev="britter" due-to="Felipe Adorno">Add annotations to exclude fields from ReflectionEqualsBuilder, ReflectionToStringBuilder and ReflectionHashCodeBuilder</action>
     <action issue="LANG-1127" type="add" dev="chas">Unit test helpers which set and reset default Locale and TimeZone</action>