From 77d3b796fc0c8085cc9523c78713bfc7fffbb419 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 2 May 2003 16:11:48 +0000 Subject: * class.c (rb_class_protected_instance_methods): now gives warnings to show migration path. * lib/delegate.rb (Delegator::initialize): instance_methods etc. now recurse by default. need to specify false. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3749 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9b59200c2..0bed7c17d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat May 3 00:58:53 2003 Yukihiro Matsumoto + + * class.c (rb_class_protected_instance_methods): now gives + warnings to show migration path. + + * lib/delegate.rb (Delegator::initialize): instance_methods + etc. now recurse by default. need to specify false. + Sat May 3 00:22:00 2003 Minero Aoki * lib/net/protocol.rb: reintroduce Protocol.protocol_param. -- cgit