From dc50ecd4f4937fd2f00288e6aab621af1f648432 Mon Sep 17 00:00:00 2001 From: sorah Date: Thu, 18 Feb 2016 05:29:18 +0000 Subject: * re.c: Add MatchData#named_captures [Feature #11999] [ruby-core:72897] * test/ruby/test_regexp.rb(test_match_data_named_captures): Test for above. * NEWS: News about MatchData#named_captures. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 35d5bce51f..92b6ab0201 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,10 @@ with all sufficient information, see the ChangeLog file or Redmine * String.new(capacity: size) [Feature #12024] +* MatchData + + * MatchData#named_captures [Feature #11999] + === Stdlib updates (outstanding ones only) * CSV -- cgit v1.2.3