Repository: commons-lang
Updated Branches:
  refs/heads/master 961e4a821 -> 5d4916933


Fix broken 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/5d491693
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/5d491693
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/5d491693

Branch: refs/heads/master
Commit: 5d4916933d6259f1e698662bc7e85ed4db461d61
Parents: 961e4a8
Author: Gary Gregory <garydgreg...@gmail.com>
Authored: Thu May 17 15:15:28 2018 -0600
Committer: Gary Gregory <garydgreg...@gmail.com>
Committed: Thu May 17 15:15:28 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/5d491693/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 062cef8..fdceb08 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,7 +47,7 @@ The <action> type attribute can be add,update,fix,remove.
 
   <release version="3.8" date="2018-MM-DD" description="New features and bug 
fixes. Requires Java 7, supports Java 8, 9, 10.">
     <action issue="LANG-1396" type="fix" dev="sebb">JsonToStringStyle does not 
escape string names</action>
-    <action issue="LANG-1395" type="fix" dev="sebb" due=to="Jim 
Gan">JsonToStringStyle does not escape double quote in a string value</action>
+    <action issue="LANG-1395" type="fix" dev="sebb" due-to="Jim 
Gan">JsonToStringStyle does not escape double quote in a string value</action>
     <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>

Reply via email to