Repository: commons-lang
Updated Branches:
  refs/heads/master 81ee0d062 -> 2bb197d3d


[LANG-1290] StringUtils.join() with support for List<?> with
configurable start/end indices. Fix 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/2bb197d3
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/2bb197d3
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/2bb197d3

Branch: refs/heads/master
Commit: 2bb197d3d45b8e00d9276511c1e162d8cca6dfb0
Parents: 81ee0d0
Author: Gary Gregory <garydgreg...@gmail.com>
Authored: Tue May 22 10:27:24 2018 -0600
Committer: Gary Gregory <garydgreg...@gmail.com>
Committed: Tue May 22 10:27:24 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/2bb197d3/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4e218ab..d07c6c6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,7 +65,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1393" type="add" dev="ggregory" due-to="Gary 
Gregory">Add API SystemUtils.String getEnvironmentVariable(final String name, 
final String defaultValue)</action>   
     <action issue="LANG-1394" type="add" dev="ggregory" due-to="Sebb, Gary 
Gregory">org.apache.commons.lang3.SystemUtils should not write to 
System.err.</action>   
     <action issue="LANG-1238" type="add" dev="ggregory" due-to="Christopher 
Cordeiro, Gary Gregory, Bruno P. Kinoshita, Oleg Chubaryov">Add RegexUtils 
class instead of overloadinh methods in StringUtils that take a regex to take 
precompiled Pattern.</action>   
-    <action issue="LANG-1290" type="add" dev="ggregory" due-to="Jochen 
Schalanda">StringUtils.join() with support for List<?> with configurable 
start/end indices.</action>   
+    <action issue="LANG-1290" type="add" dev="ggregory" due-to="Jochen 
Schalanda">StringUtils.join() with support for List&lt;?> with configurable 
start/end indices.</action>   
   </release>
 
   <release version="3.7" date="2017-11-04" description="New features and bug 
fixes. Requires Java 7, supports Java 8, 9, 10.">

Reply via email to