aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-09 19:56:45 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-09 19:56:45 +0000
commit99e04c1345df4e0dd988ea152adb0c5ea1308a5a (patch)
tree5d26df981b1ec003527443ad987b98967b1288e9 /ChangeLog
parent062845c170a80908446899c206326c4012be248d (diff)
downloadruby-99e04c1345df4e0dd988ea152adb0c5ea1308a5a.tar.gz
* ext/openssl/lib/openssl/digest.rb: Deprecate OpenSSL::Digest::Digest
[Fixes GH-446] https://github.com/ruby/ruby/pull/446 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b88f6b9974..18b62e2a0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Dec 10 04:55:36 2013 Zachary Scott <e@zzak.io>
+
+ * ext/openssl/lib/openssl/digest.rb: Deprecate OpenSSL::Digest::Digest
+ [Fixes GH-446] https://github.com/ruby/ruby/pull/446
+
Tue Dec 10 00:41:42 2013 Kazuki Tsujimoto <kazuki@callcc.net>
* ext/thread/thread.c: [DOC] add call-seq alias for Queue#enq, #<<, etc.