summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-24 18:10:35 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-24 18:10:35 +0000
commit91bd6e711db3418baa287e936d4b0fac99927711 (patch)
tree4a605159d1d3f8327ee5775ede377c35d2867723 /NEWS
parent1a5773a8682e685c87652f02df167f697f9413f9 (diff)
* parse.y: added symbols and qsymbols productions for %i and %I
support. %i{ .. } returns a list of symbols without interpolation, %I{ .. } returns a list of symbols with interpolation. Thanks to Josh Susser for inspiration of this feature. [Feature #4985] * ext/ripper/eventids2.c: added ripper events for %i and %I. * test/ripper/test_parser_events.rb: ripper tests * test/ripper/test_scanner_events.rb: ditto * test/ruby/test_array.rb: test for %i and %I behavior git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 30e44679d7..85add229de 100644
--- a/NEWS
+++ b/NEWS
@@ -169,6 +169,9 @@ with all sufficient information, see the ChangeLog file.
long.
=== Language changes
+
+ * Added %i and %I for symbol list creation (similar to %w and %W).
+
=== Compatibility issues (excluding feature bug fixes)
* Signal.trap