From 1ae1b85e81bcfa1742e7d6fd5d02c0b11f1170ce Mon Sep 17 00:00:00 2001 From: zzak Date: Thu, 13 Sep 2012 18:32:07 +0000 Subject: * array.c (rb_ary_select): Update documentation for Array#select * enum.c (enum_find_all, enum_reject): Update documentation for Enumerable#find_all and Enumerable#reject Based on a patch by Jeff Saracco [Bug #6908] [ruby-core:47285] [Fixes #166 on github] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bb30d28cbc..0af11e55c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Fri Sep 14 03:30:00 2012 Zachary Scott + + * array.c (rb_ary_select): + Update documentation for Array#select + * enum.c (enum_find_all, enum_reject): + Update documentation for Enumerable#find_all and Enumerable#reject + Based on a patch by Jeff Saracco + [Bug #6908] [ruby-core:47285] [Fixes #166 on github] + Fri Sep 14 00:20:00 2012 Zachary Scott * signal.c (rb_f_kill): -- cgit v1.2.3