aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 12 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 4a1708930c..faa09c2f43 100644
--- a/NEWS
+++ b/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.