summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-19 08:49:42 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-19 08:49:42 +0000
commitd93218305d63a2152aa4d48d7ed170d47a5d7789 (patch)
tree14163d14987cd38f4e00fa48cd3b6833b41b6d0a /ChangeLog
parentd887a2fc45b9ccd27cb4c029c30f709f748a910c (diff)
downloadruby-d93218305d63a2152aa4d48d7ed170d47a5d7789.tar.gz
ruby-d93218305d63a2152aa4d48d7ed170d47a5d7789.tar.xz
ruby-d93218305d63a2152aa4d48d7ed170d47a5d7789.zip
* object.c (rb_class_superclass): should not raise exception for
BasicObject. [ruby-Bugs-15668] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13967 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 39d885dce..a13d726ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Nov 19 17:48:30 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * object.c (rb_class_superclass): should not raise exception for
+ BasicObject. [ruby-Bugs-15668]
+
Mon Nov 19 16:04:08 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* array.c (rb_ary_permutation): gives all permutations of elements