summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-13 05:24:19 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-13 05:24:19 +0000
commitd835746241161da2cb62e57433f663d9f0296835 (patch)
treebc5c36143c8ce9a18b97093aa193324f64ce79f1 /ChangeLog
parent994d0012b4524a8d1cc1d91547f3782732bbea88 (diff)
* test/ruby/test_array.rb: add test for find_all. (based on Daniel Berger's patch)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b6c779c96..976685841 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@ Fri May 13 12:28:43 2005 Daniel Berger <djberge@qwest.com>
* array.c (rb_ary_select): can remove argc check. [ruby-core:4911]
+ * test/ruby/test_array.rb: add test for find_all.
+
Fri May 13 11:29:00 2005 NAKAMURA Usaku <usa@ruby-lang.org>
* eval.c (unknown_node): add volatile directive to prototype.