From e3b5f96c5be714cbc877149014afc74f17e7289d Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 11 Oct 2006 18:21:35 +0000 Subject: fix wording git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3d1004ff1..7aeb7247a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,8 +6,9 @@ Thu Oct 12 02:12:31 2006 Akinori MUSHA * ext/digest/digest.c (get_digest_base_metadata): Use an instance variable of a class object instead of a class variable for - metadata. This change is crucial for ruby 1.8 and applying it - also to the trunk will assure compatibilities. + metadata. This change is only crucial for ruby 1.8 because + class variables are inherited to subclasses prior to 1.9, but + applying it also to 1.9 will assure compatibilities. * ext/digest/md5/md5init.c (Init_md5): Ditto. -- cgit