summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-18 19:16:27 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-18 19:16:27 +0000
commit5023492957351796cbde1db1d60c3a5ab5771ccf (patch)
treeb58ea3ec5dc6c7f4626a0a8a52f3f8ec402b4be8 /ChangeLog
parent20fe728a2450a230cfb6d04f94a178db619dc6a7 (diff)
parse.y: fix literal symbol list node type
* parse.y (symbol_list): fix the node type of literal symbol list with no interpolation. [ruby-core:66343] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48484 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 31236c15cc..6acd84265b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Nov 19 04:16:24 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * parse.y (symbol_list): fix the node type of literal symbol list
+ with no interpolation. [ruby-core:66343]
+
Wed Nov 19 00:26:15 2014 Tanaka Akira <akr@fsij.org>
* tool/update-deps: Sort dependencies.