From 74758a583da82bbc0181c2e1bf2634a2c326df25 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 21 Feb 2016 04:52:04 +0000 Subject: NEWS: update [ci skip] * NEWS: change of Symbol#match. [Bug #11991] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 92b6ab0201..db4480aa45 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] +* Symbol + + * Symbol#match now returns MatchData. [Bug #11991] + * MatchData * MatchData#named_captures [Feature #11999] -- cgit v1.2.3