From af07e65bfa8fcecffa7384435a1e0607a8dfc16d Mon Sep 17 00:00:00 2001 From: knu Date: Thu, 5 Oct 2006 19:13:00 +0000 Subject: * ext/digest/digest.c: Make hexdigest() always call digest() internally. * ext/digest/digest.c: Add bubblebabble(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11091 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c0913f459..b03e6b7bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Oct 6 04:09:51 2006 Akinori MUSHA + + * ext/digest/digest.c: Make hexdigest() always call digest() internally. + + * ext/digest/digest.c: Add bubblebabble(). + Fri Oct 6 02:38:42 2006 Akinori MUSHA * ext/digest/digest.c: Allow subclassing in Ruby. -- cgit