aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-17 17:10:01 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-17 17:10:01 +0000
commita14a58b959405ca4f7b8472f331a404269daeb2e (patch)
tree18efe622116c20aebc0ce93dccb270652b4941b0 /NEWS
parent3d0850932ab8842845fb9279754e41acf4380e2f (diff)
downloadruby-a14a58b959405ca4f7b8472f331a404269daeb2e.tar.gz
* re.c (match_values_at): MatchData#values_at supports named captures
[Feature #9179] * re.c (namev_to_backref_number): separeted. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 21a8342443..4ca91819c8 100644
--- a/NEWS
+++ b/NEWS
@@ -59,6 +59,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* MatchData
* MatchData#named_captures [Feature #11999]
+ * MatchData#values_at supports named captures[Feature #9179]
=== Stdlib updates (outstanding ones only)