summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-27 15:42:50 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-27 15:42:50 +0000
commitbad9f40714202b8dd4d5c7f5485a550f00768eb4 (patch)
tree43a425c3dbad4b80df760b304c970f22a723f63e /NEWS
parent3f5e567a475e05c9922ad343dde3cbfb85fa153d (diff)
* NEWS: rand and Random.rand now support range argument [ruby-dev:43427] #4605
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32256 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 4591a53a0a..00d685fef3 100644
--- a/NEWS
+++ b/NEWS
@@ -68,12 +68,18 @@ with all sufficient information, see the ChangeLog file.
* Kernel
* Kernel#respond_to? now returns false for protected methods.
* move #__id__ to BasicObject.
+ * extended method:
+ * Kernel#rand supports range argument
* Module
* new methods:
* Module#private_constant
* Module#public_constant
+ * Random
+ * extended method:
+ * Random.rand supports range argument
+
* String
* extended method:
* String#unpack supports endian modifiers