You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/04/20 15:23:44 UTC

[lang] LANG-1167: attributing work to Mark Dacek

Repository: commons-lang
Updated Branches:
  refs/heads/master 8147cc5b3 -> 0446364ff


LANG-1167: attributing work to Mark Dacek


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

Branch: refs/heads/master
Commit: 0446364ffa1c476dfdd95df5be94444f847973f3
Parents: 8147cc5
Author: Rob Tompkins <ch...@gmail.com>
Authored: Thu Apr 20 11:23:42 2017 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Thu Apr 20 11:23:42 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/0446364f/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f16bb26..e50441b 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.6" date="2017-MM-DD" description="TBD">
+    <action issue="LANG-1167" type="add" dev="chtompki" due-to="Mark Dacek">Add null filter to ReflectionToStringBuilder</action>
     <action issue="LANG-1312" type="fix" dev="britter">LocaleUtils#toLocale does not support language followed by UN M.49 numeric-3 area code followed by variant</action>
     <action issue="LANG-1300" type="fix" dev="chtompki" due-to="Mark Dacek">Clarify or improve behaviour of int-based indexOf methods in StringUtils</action>
     <action issue="LANG-1299" type="add" dev="djones">Add method for converting string to an array of code points</action>