From e2e4ac3a8f35811f9452f68b30924b2d255b795f Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 1 Jul 2014 07:21:08 +0000 Subject: 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 --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') 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. -- cgit v1.2.3