From fb524d5156563b49a73bc95b75568177739cc5f0 Mon Sep 17 00:00:00 2001 From: nahi Date: Sun, 7 Aug 2005 14:57:19 +0000 Subject: * test/ruby/test_super.rb: added optional arg tests. [ruby-dev:26743] the tests expects 1.8 behavior at this time. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8a3905344..9376cf5f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Aug 7 23:52:39 2005 NAKAMURA, Hiroshi + + * test/ruby/test_super.rb: added optional arg tests. [ruby-dev:26743] + the tests expects 1.8 behavior at this time. + Sat Aug 6 12:35:24 2005 Hidetoshi NAGAI * ext/tk/lib/{tk.rb,tk/itemconfig.rb}: configure creates -- cgit