aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-01 07:21:08 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-01 07:21:08 +0000
commite2e4ac3a8f35811f9452f68b30924b2d255b795f (patch)
tree726e8db5690c12464a3b94f499c6933c5395509c /NEWS
parent91dfb379eafe8a37755b6603301764e0212aa471 (diff)
downloadruby-e2e4ac3a8f35811f9452f68b30924b2d255b795f.tar.gz
Digest::HMAC is finally removed as previously noticed. [fix GH-648]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 36e746cf42..35184f303f 100644
--- a/NEWS
+++ b/NEWS
@@ -89,6 +89,9 @@ with all sufficient information, see the ChangeLog file.
=== Stdlib updates (outstanding ones only)
+* Digest
+ * Digest::HMAC has been removed just as previously noticed.
+
* Etc
* New methods:
* Etc.uname
@@ -107,6 +110,9 @@ with all sufficient information, see the ChangeLog file.
=== Stdlib compatibility issues (excluding feature bug fixes)
+* Digest
+ * Digest::HMAC has finally ceased to exist. Use OpenSSL::HMAC or an external gem instead.
+
* time.rb
* Time.parse, Time.strptime, Time.rfc2822, Time.xmlschema may produce
fixed-offset Time objects.