summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-05 06:21:15 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-05 06:21:15 +0000
commitb6489e214ae473de6b57900fbe9b84b226c7dfdc (patch)
treebde483db81575d91c3c2766fcb5815b75fc2a389 /ChangeLog
parent47a6b4ba476fe640baad46e71b29cb410f7a27b5 (diff)
downloadruby-b6489e214ae473de6b57900fbe9b84b226c7dfdc.tar.gz
ruby-b6489e214ae473de6b57900fbe9b84b226c7dfdc.tar.xz
ruby-b6489e214ae473de6b57900fbe9b84b226c7dfdc.zip
* compile.c (iseq_compile_each): op_asgn to aref should return rhs.
[ruby-core:25387] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24761 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 3db8eba51..0397601a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Sep 5 15:21:13 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * compile.c (iseq_compile_each): op_asgn to aref should return rhs.
+ [ruby-core:25387]
+
Sat Sep 5 10:38:46 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* compile.c (iseq_compile_each): &&= and ||= should return rhs.