summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-10 01:06:48 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-10 01:06:48 +0000
commit4032339a1a72b420f7836f4e1a98195438f63b65 (patch)
tree83af2aa4877f380befe9f7d1112b4e2a52808c89 /ChangeLog
parent2669b84d407ab431e965145c827db66c91158f89 (diff)
* include/ruby/intern.h (rb_f_lambda): restore the declaration of
rb_f_lambda() for backword compatibility. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@41875 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 b123bd3f89..b06e155bef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jul 10 10:05:40 2013 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * include/ruby/intern.h (rb_f_lambda): restore the declaration of
+ rb_f_lambda() for backword compatibility.
+
Thu Jun 27 20:11:52 2013 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/openssl/lib/openssl/ssl-inernal.rb (verify_certificate_identity):