aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-12 17:39:29 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-12 17:39:29 +0000
commit37d0c873f6c9fabebf2ea44a28f843a99f082b07 (patch)
tree6369d79547e2579a157548d85e909283e3f45fcb /ChangeLog
parent7fa39b27621122b336db3f17ae77bb10a577d1d7 (diff)
downloadruby-37d0c873f6c9fabebf2ea44a28f843a99f082b07.tar.gz
parse.y: should not eliminate value nodes
* parse.y (remove_duplicate_keys): should not simply eliminate all value nodes, which may have side effects. [ruby-core:65625] [Bug #10315] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e0dca223e..b1955c3582 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Oct 13 02:39:26 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * parse.y (remove_duplicate_keys): should not simply eliminate all
+ value nodes, which may have side effects.
+ [ruby-core:65625] [Bug #10315]
+
Sun Oct 12 10:39:16 2014 Zachary Scott <e@zzak.io>
* vm.c: [DOC] fix typo by @yui-knk [Fixes GH-738]