summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-15 10:50:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-15 10:50:54 +0000
commit2297131e11699025cafc4edca957aa7a94bb4a81 (patch)
tree15d2b48b039b838e81c45e5cd3811c341a2b3abd /ChangeLog
parentd836f432f47c38b0512eae2faf4cd03b30304785 (diff)
* eval.c (rb_add_method, rb_alias): need to clear cache by
ID when method defined in parent class is cached for grand child classes. [ruby-dev:20672] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a7980206..dbbc7b9d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Jul 15 19:50:49 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
+
+ * eval.c (rb_add_method, rb_alias): need to clear cache by
+ ID when method defined in parent class is cached for
+ grand child classes. [ruby-dev:20672]
+
Tue Jul 15 14:38:21 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
* lib/matrix.rb: remove elements conversion to_f, to_i, to_r.