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/07 20:45:39 UTC

[4/5] [lang] Add LANG-1132 to changes.xml

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

Branch: refs/heads/master
Commit: d282015e73ffce5b6d08a5244e890c7ea1a73400
Parents: 0e26620
Author: Benedikt Ritter <br...@apache.org>
Authored: Thu May 7 20:41:02 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Thu May 7 20:41:02 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/d282015e/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ab6245e..9692e35 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-1132" type="add" dev="britter" due-to="Jack Tan">ReflectionToStringBuilder doesn't throw IllegalArgumentException when the constructor's object param is null</action>
     <action issue="LANG-701" type="add" dev="britter" due-to="James Sawle">StringUtils join with var args</action>
     <action issue="LANG-1130" type="fix" dev="britter">Fix critical issues reported by SonarQube</action>
     <action issue="LANG-1131" type="fix" dev="britter">StrBuilder.equals(StrBuilder) doesn't check for null inputs</action>