summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-19 09:32:45 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-19 09:32:45 +0000
commitf426e5870f4008e978ebbf7d6ddee3f6a9d1b506 (patch)
tree6107768b76bce3f9c877e891535651c937c072be /ChangeLog
parentecaa1d3508b518cbdda5bd1250e709fa58c3a794 (diff)
* class.c (rb_include_module): argument should be T_MODULE, not
T_class, nor T_ICLASS. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e0ad59657f..39a22da53a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Dec 18 17:53:05 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * class.c (rb_include_module): argument should be T_MODULE, not
+ T_class, nor T_ICLASS.
+
Mon Dec 16 16:35:28 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
* stable version 1.6.8 release candidate.