summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6029f2ff9..b1473943e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Tue Feb 19 07:51:01 2013 Koichi Sasada <ko1@atdot.net>
+
+ * backport r39275 from trunk. [ruby-dev:46994] [Bug #7774]
+
+ * proc.c (rb_binding_new_with_cfp): create binding object even if
+ the frame is IFUNC. But return a ruby-level binding to keep
+ compatibility.
+ This patch fix degradation introduced from r39067.
+ [Bug #7774] [ruby-dev:46960]
+
+ * test/ruby/test_settracefunc.rb: add a test.
+
Sat Feb 16 20:43:43 2013 Koichi Sasada <ko1@atdot.net>
* backport r39276 from trunk. [ruby-dev:46997] [Bug #7825]