summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-02-25 08:31:54 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-02-25 08:31:54 +0000
commit967f56114a2ea9955005765235c9f43863d1413e (patch)
tree3d16e80e9403b44154d46b54d9c7333c2ceab0b5 /ChangeLog
parent852d56ff805dc0c266fb9643b24db4819898ad87 (diff)
* class.c (clone_method): fixed missing assignment introduced by
previous commit. * vm_insnhelper.c (rb_vm_rewrite_cref_stack): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@49745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 36dcaae14f..cc3298d0ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Feb 25 17:30:10 2015 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * class.c (clone_method): fixed missing assignment introduced by
+ previous commit.
+
+ * vm_insnhelper.c (rb_vm_rewrite_cref_stack): ditto.
+
Wed Feb 25 15:07:01 2015 Kazuki Tsujimoto <kazuki@callcc.net>
* vm_insnhelper.c (rb_vm_rewrite_cref_stack): copy nd_refinements