summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-13 07:10:30 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-13 07:10:30 +0000
commit9ec551a474edcc9f02c71c408e7240d34ec4f20d (patch)
tree60aa2c488340e972e77a29906b8440cb411c8875 /NEWS
parente4f14e1424564c0003c9746e978f235dd7457140 (diff)
Add a forgotten entry about Digest::Base#== changes between 1.8.5 and
1.8.6. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 17e6105043..cd2c9ef038 100644
--- a/NEWS
+++ b/NEWS
@@ -813,6 +813,19 @@ with all sufficient information, see the ChangeLog file.
# After (works with any version)
hd = Digest::MD5.hexdigest("string")
+ * Digest::Base#==
+
+ * self == string
+
+ Automatic detection between binary digest values and hexadecimal
+ digest values has been dropped. It is always assumed that a
+ binary digest value is given for comparison.
+
+ * self == md
+
+ Digest objects are compared by the resulting digest values, not
+ by the exact vector states.
+
* fileutils
* A minor implementation change breaks Rake <=0.7.1.