aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-19 03:40:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-19 03:40:52 +0000
commitbc45eed1e5133f917cfeee092a697b230493c16c (patch)
treef58291c60aff8d83ddc5e9b4e950ceb041e1d72a /ChangeLog
parentf75b676cc4f5411c4c1aa8cc9cb48d5dd665af6f (diff)
downloadruby-bc45eed1e5133f917cfeee092a697b230493c16c.tar.gz
compile.c: private reader in op_assign
* compile.c (iseq_compile_each): allow to access private attribute reader in op_assign. [ruby-core:63817] [Bug #10060] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46873 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 0eecdacedb..176ab25597 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jul 19 12:40:50 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * compile.c (iseq_compile_each): allow to access private attribute
+ reader in op_assign. [ruby-core:63817] [Bug #10060]
+
Sat Jul 19 11:56:36 2014 Grey Baker <greysteil@gmail.com>
* lib/time.rb (Time#apply_offset): Guards against a `nil` return