From 9dcf24f347012b9517880c5ebe2e375fb4d75603 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 13 Sep 2009 00:34:11 +0000 Subject: * vm_method.c (rb_add_method_def): no warning for inherited method. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 79204c119..6d8f16652 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Sep 13 09:34:10 2009 Nobuyoshi Nakada + + * vm_method.c (rb_add_method_def): no warning for inherited + method. + Sun Sep 13 08:30:30 2009 Masaki Suketa * ext/win32ole/win32ole.c: fix WIN32OLE_TYPELIB.new when the 1st -- cgit