summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-02 16:11:48 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-02 16:11:48 +0000
commit77d3b796fc0c8085cc9523c78713bfc7fffbb419 (patch)
tree4c8913e2cfa2bb8984274c15fbfca0c4e4ce5a49 /ChangeLog
parent042c3b7442344220b46b46f25e87f68be40bda1a (diff)
downloadruby-77d3b796fc0c8085cc9523c78713bfc7fffbb419.tar.gz
ruby-77d3b796fc0c8085cc9523c78713bfc7fffbb419.tar.xz
ruby-77d3b796fc0c8085cc9523c78713bfc7fffbb419.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
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 <matz@ruby-lang.org>
+
+ * 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 <aamine@loveruby.net>
* lib/net/protocol.rb: reintroduce Protocol.protocol_param.