From 337b951529da8f05c6755332c65907ee5783a17f Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 7 Oct 2003 00:13:29 +0000 Subject: * test/ruby/test_beginendblock.rb (test_endinmethod): END{} is now allowed in eval. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 841e68608..4ff14fb64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 7 09:13:24 2003 Nobuyoshi Nakada + + * test/ruby/test_beginendblock.rb (test_endinmethod): END{} is now + allowed in eval. + Tue Oct 7 04:15:25 2003 Nobuyoshi Nakada * parse.y (stmt): should not expand mrhs if lhs is solely starred. -- cgit