diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-13 23:34:05 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-13 23:34:05 +0000 |
commit | 1a2cf38b56a94c867e7836639a03311a7a54cdfa (patch) | |
tree | ee37ce676caddb5a9e275a5cedeb736adfac46a6 | |
parent | ac4ae45ec81853a9285290c0cf389a599efc7c90 (diff) | |
download | ruby-1a2cf38b56a94c867e7836639a03311a7a54cdfa.tar.gz ruby-1a2cf38b56a94c867e7836639a03311a7a54cdfa.tar.xz ruby-1a2cf38b56a94c867e7836639a03311a7a54cdfa.zip |
rephrase an entry
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11169 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ Sat Oct 14 08:15:42 2006 Akinori MUSHA <knu@iDaemons.org> 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 <knu@iDaemons.org> |