1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
nobu 2016-02-21 04:52:04 +00:00
parent ab86bab950
commit 74758a583d

4
NEWS
View file

@ -24,6 +24,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* String.new(capacity: size) [Feature #12024] * String.new(capacity: size) [Feature #12024]
* Symbol
* Symbol#match now returns MatchData. [Bug #11991]
* MatchData * MatchData
* MatchData#named_captures [Feature #11999] * MatchData#named_captures [Feature #11999]