From c016898e79edec4fe3c5106ba7e7742a5eaa3f17 Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 7 Jul 2016 18:59:38 +0000 Subject: * vm_args.c (setup_parameters_complex): don't raise ArgumentError if an array is given for instance_exec with optional argument. [ruby-core:76300] [Bug #12568] https://github.com/rails/rails/pull/25699 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 687c0d1e28..950d11daf0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Jul 8 03:54:22 2016 NARUSE, Yui + + * vm_args.c (setup_parameters_complex): don't raise ArgumentError + if an array is given for instance_exec with optional argument. + [ruby-core:76300] [Bug #12568] + https://github.com/rails/rails/pull/25699 + Fri Jul 8 00:47:36 2016 NARUSE, Yui * vm_eval.c (yield_under): change prototype to get argc/argv. -- cgit v1.2.3