From 7c68fd2e8a71e3135f8af231be55795ddfdf523d Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 8 Jun 2007 05:58:06 +0000 Subject: * parse.y (call_args): allow splat argument after unpacked assocs like 1.8 does. * parse.y (call_args): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 02b630581..c0213a6d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Jun 8 14:53:28 2007 Yukihiro Matsumoto + + * parse.y (call_args): allow splat argument after unpacked + assocs like 1.8 does. + + * parse.y (call_args): ditto. + Fri Jun 8 14:26:18 2007 Tanaka Akira * lib/secrand.rb: new file for secure random interface. -- cgit