aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-10 09:01:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-10 09:01:44 +0000
commitaee9f2879d02899a83bcba80010516e9c6d8fda7 (patch)
tree852c15178da7e586527bc8a43bbad72f3660509b /ChangeLog
parent95779deac77d57068544fe2dcbafcb4170641dd8 (diff)
downloadruby-aee9f2879d02899a83bcba80010516e9c6d8fda7.tar.gz
vm_insnhelper.c: boudn method transplanting
* vm_insnhelper.c (vm_search_super_method): allow bound method from a module, yet another method transplanting. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44553 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 b6c71fa84d..66d483cd05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jan 10 18:01:41 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * vm_insnhelper.c (vm_search_super_method): allow bound method from a
+ module, yet another method transplanting.
+
Fri Jan 10 13:34:04 2014 Aman Gupta <ruby@tmm1.net>
* insns.def (opt_aref_with): new instruction to optimize Hash#[],