You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2016/07/29 05:44:13 UTC

[lang] [LANG-1253][GitHub issue #170] Add RandomUtils#nextBoolean() method. Closes #170.

Repository: commons-lang
Updated Branches:
  refs/heads/master 697329630 -> 1a1fc65b0


[LANG-1253][GitHub issue #170] Add RandomUtils#nextBoolean() method.
Closes #170.

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

Branch: refs/heads/master
Commit: 1a1fc65b04bcbe2e95d0fa300fce110e1224906e
Parents: 6973296
Author: Gary Gregory <gg...@apache.org>
Authored: Thu Jul 28 22:44:10 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Thu Jul 28 22:44:10 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/1a1fc65b/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8887572..025ba34 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.5" date="tba" description="tba">
+    <action issue="LANG-1253" type="add" dev="ggregory" due-to="adilek">[GitHub issue #170] Add RandomUtils#nextBoolean() method</action>
     <action issue="LANG-1247" type="update" dev="chas" due-to="Benoit Wiart">FastDatePrinter generates extra Date objects</action>
     <action issue="LANG-1018" type="fix" dev="pschumacher" due-to="Nick Manley">Fix precision loss on NumberUtils.createNumber(String)</action>
     <action issue="LANG-1229" type="update" dev="pschumacher" due-to="Ruslan Cheremin">HashCodeBuilder.append(Object,Object) is too big to be inlined, which prevents whole builder to be scalarized</action>