From 4442d7f24f9e6a7ae0fe0b9a0b8e10d2d996af71 Mon Sep 17 00:00:00 2001 From: knu Date: Fri, 13 Oct 2006 10:55:51 +0000 Subject: * ext/digest/digest.c (rb_digest_base_equal): Again, should call digest() of a subclass instead of the one defined in the base class. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11151 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 28958b70b..d70ff8e0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Oct 13 19:53:59 2006 Akinori MUSHA + + * ext/digest/digest.c (rb_digest_base_equal): Again, should call + digest() of a subclass instead of the one defined in the base + class. + Fri Oct 13 18:19:31 2006 Yukihiro Matsumoto * object.c: Class#inherited RDoc added. a patch from Daniel -- cgit