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/04 21:57:33 UTC

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

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

Branch: refs/heads/master
Commit: afab3b02554e0efe0a4dc482bdbb20d985c02653
Parents: 061450a
Author: Benedikt Ritter <br...@apache.org>
Authored: Mon May 4 21:53:14 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Mon May 4 21:53:14 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/afab3b02/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 36fc671..f134f00 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-1105" type="add" dev="britter" due-to="Hendrik Saly">Add ThreadUtils - A utility class which provides helper methods related to java.lang.Thread</action>
     <action issue="LANG-1127" type="add" dev="chas">Unit test helpers which set and reset default Locale and TimeZone</action>
     <action issue="LANG-1128" type="fix" dev="britter" due-to="jacktan1991">JsonToStringStyle doesn't handle chars and objects correctly</action>
     <action issue="LANG-456" type="fix" dev="britter" due-to="Bob Fields, Woosan Ko, Bruno P. Kinoshita">HashCodeBuilder throws StackOverflowError in bidirectional navigable association</action>