From 49b5f70617d0d4ffe6355c0ee22b909b9a29ad23 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 12 Jul 2000 09:36:21 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6e6b5effa..821fc1087 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ Wed Jul 12 15:32:57 2000 Yukihiro Matsumoto + * variable.c (rb_const_get): constants for builtin classes must + have higher priority than constants from included modules at + Object class. + * bignum.c (bigdivrem): small embarrassing typo. Wed Jul 12 15:06:28 2000 Yukihiro Matsumoto -- cgit