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
8
NEWS
8
NEWS
@ -196,6 +196,10 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
* Digest::Instance#base64digest
|
* Digest::Instance#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
|
* rss
|
||||||
|
|
||||||
* 0.2.4 -> 0.2.7.
|
* 0.2.4 -> 0.2.7.
|
||||||
@ -466,3 +470,7 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
* $:
|
* $:
|
||||||
|
|
||||||
See above.
|
See above.
|
||||||
|
|
||||||
|
* Digest::HMAC
|
||||||
|
|
||||||
|
Deprecated. See above.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user