1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Complete the change log entry.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@39961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2013-03-27 02:17:08 +00:00
parent 0748313315
commit 16f61ee5fc

View file

@ -1,7 +1,8 @@
Wed Mar 27 11:09:17 2013 Akinori MUSHA <knu@iDaemons.org>
* array.c (rb_ary_collect), enum.c (enum_collect): rb_warn() is a
bit too noisy when RubyGems, so change it to rb_warning().
bit too noisy when RubyGems still uses map() that way, so change
it to rb_warning().
Sun Feb 24 02:03:14 2013 Tanaka Akira <akr@fsij.org>