summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-08 07:36:52 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-08 07:36:52 +0000
commit34b1a9913a3b827681b96b32392ac368bd622119 (patch)
tree5540e271714b20d064555864b214f84292337130 /ChangeLog
parentc88c049ed1fcebe137400980cf4c14c8075bcff8 (diff)
* test/ruby/test_syntax.rb: added syntax tests of underscore arguments.
[Feature #10340][ruby-core:65496] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47844 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 cc5a90e83e..f712c238dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Oct 8 16:36:47 2014 <>
+
+ * test/ruby/test_syntax.rb: added syntax tests of underscore arguments.
+ [Feature #10340][ruby-core:65496]
+
Wed Oct 8 07:42:39 2014 NARUSE, Yui <naruse@ruby-lang.org>
* lib/uri/generic.rb (URI#inspect): remove Object id.