From 4ca367fed442858b6a22f2009318a0fab35f4646 Mon Sep 17 00:00:00 2001 From: mame Date: Wed, 15 Apr 2009 11:47:54 +0000 Subject: * array.c (rb_ary_flatten): flatten(0) works as Array#dup. [ruby-core:23168] * test/ruby/test_array.rb: add a test for above. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 56b9a4887..09c310310 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Apr 15 20:24:49 2009 Yusuke Endoh + + * array.c (rb_ary_flatten): flatten(0) works as Array#dup. + [ruby-core:23168] + + * test/ruby/test_array.rb: add a test for above. + Wed Apr 15 11:53:35 2009 NARUSE, Yui * dir.c (fnmatch_helper): use rb_enc_precise_mbclen and -- cgit