summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-11 10:00:47 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-11 10:00:47 +0000
commit9295fd4b5978dbb51aabc3981a245aacd7ffcac5 (patch)
treeed93074b4e938f55f06c2fa5d8e4f21eb77faf81 /ChangeLog
parent130e72025328746295d2efe45a6856f8d9ff154b (diff)
* array.c (rb_ary_sample): rename #choice to #sample. in
addition, sample takes optional argument, a la #first. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ba0e933e9..1f8e6188ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Aug 11 18:57:38 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * array.c (rb_ary_sample): rename #choice to #sample. in
+ addition, sample takes optional argument, a la #first.
+
Mon Aug 11 18:28:02 2008 Narihiro Nakamura <authorNari@gmail.com>
* gc.c: added GC::Profiler.