Repository: commons-lang
Updated Branches:
  refs/heads/master 357fe1378 -> 1a8d27627


Track changes.


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

Branch: refs/heads/master
Commit: 53bb395988044a874096495339aaa58f7fb5c6af
Parents: 50ce8c4
Author: Gilles Sadowski <gil...@harfang.homelinux.org>
Authored: Thu Mar 8 16:28:17 2018 +0100
Committer: Gilles Sadowski <gil...@harfang.homelinux.org>
Committed: Thu Mar 8 16:28:17 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/53bb3959/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5bfedf4..403bb9d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,6 +46,7 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
 
   <release version="3.8" date="2017-MM-DD" description="New features and bug 
fixes. Requires Java 7, supports Java 8, 9, 10.">
+    <action issue="LANG-1384" type="fix" dev="erans" due-to="Ian Young">New 
Java version ("11") must be handled</action>
     <action issue="LANG-1364" type="fix" dev="pschumacher" due-to="Zheng 
Xie">ExceptionUtils#getRootCause(Throwable t) should return t if no lower level 
cause exists</action>
     <action issue="LANG-1060" type="fix" dev="pschumacher" due-to="Piotr 
Kosmala">NumberUtils.isNumber assumes number starting with Zero</action>
     <action issue="LANG-1375" type="fix" dev="kinow" due-to="Jerry 
Zhao">defaultString(final String str) in StringUtils to reuse 
defaultString(final String str, final String defaultStr)</action>

Reply via email to