summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-20 09:26:38 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-20 09:26:38 +0000
commit1cd9c3ce62aef3c45e72c002cbc17706ffca67c9 (patch)
treea9f478ef02c3292615b9267bd36cd168a3a81418 /NEWS
parent74bf1767e3e0812c3f526a3bb0972e9145ed4461 (diff)
random.c: Random.bytes
* random.c (random_s_bytes): new method Random.bytes, which is equivalent to Random::DEFAULT.bytes. [Feature #4938] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8270d48ed6..c55c8a98f6 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,12 @@ with all sufficient information, see the ChangeLog file or Redmine
* Proc#call doesn't change $SAFE any more. [Feature #14250]
+* Random
+
+ * New methods:
+
+ * added Random.bytes. [Feature #4938]
+
=== Stdlib updates (outstanding ones only)
* Matrix