mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Mention deprecation of digest/hmac.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
24be1f14e6
commit
e1ef999dad
1 changed files with 12 additions and 4 deletions
16
NEWS
16
NEWS
|
@ -191,10 +191,14 @@ with all sufficient information, see the ChangeLog file.
|
|||
For example, Process.respond_to?(:fork) returns false on Windows.
|
||||
|
||||
* digest
|
||||
* new methods:
|
||||
* Digest::Class.base64digest
|
||||
* Digest::Instance#base64digest
|
||||
* Digest::Instance#base64digest!
|
||||
* new methods:
|
||||
* Digest::Class.base64digest
|
||||
* Digest::Instance#base64digest
|
||||
* Digest::Instance#base64digest!
|
||||
|
||||
* Digest::HMAC (digest/hmac) has been marked as deprecated because
|
||||
it was unintentional for the experimental library to be included
|
||||
in the final release of 1.9.1. Please use OpenSSL::HMAC instead.
|
||||
|
||||
* rss
|
||||
|
||||
|
@ -466,3 +470,7 @@ with all sufficient information, see the ChangeLog file.
|
|||
* $:
|
||||
|
||||
See above.
|
||||
|
||||
* Digest::HMAC
|
||||
|
||||
Deprecated. See above.
|
||||
|
|
Loading…
Reference in a new issue