From 9c0cb98f28e4cebd6aa6def1785e047605c850e5 Mon Sep 17 00:00:00 2001 From: knu Date: Fri, 13 Oct 2006 23:34:05 +0000 Subject: [PATCH] rephrase an entry git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11169 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fd5b7dfe09..19e0aca612 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,8 +13,8 @@ Sat Oct 14 08:15:42 2006 Akinori MUSHA methods with the same names are also provided, which take extra parameters for a digest method. - * ext/digest/lib/digest/hmac.rb: Completely redesign the API which - is similar to Perl's, now that Digest classes can take hashing + * ext/digest/lib/digest/hmac.rb: Completely redesign the somewhat + bizarre API, now that Digest classes can take hashing parameters. Sat Oct 14 05:54:05 2006 Akinori MUSHA