summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-27 13:41:38 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-27 13:41:38 +0000
commite32c5b6faa608ea75a2879fb2da9d739c94bcb3c (patch)
tree71c845242766b9726f5e5e21ba1222425112c617 /NEWS
parent6fd71da0678644e8c0886d3d1ec41cb556fb6d4f (diff)
add NEWS for Random.urandom [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8647e5e2ce..576071c18f 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,9 @@ with all sufficient information, see the ChangeLog file or Redmine
=== Compatibility issues (excluding feature bug fixes)
+* Random.raw_seed renamed to become Random.urandom. It is now
+ applicable to non-seeding purposes due to [Bug #9569].
+
=== Stdlib compatibility issues (excluding feature bug fixes)
=== C API updates