aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-21 04:52:04 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-21 04:52:04 +0000
commit0353606caca2b26dd84dbcdfe213304ab1d0b5e7 (patch)
tree6fa9b49174618ebe0f4df84bb488e97508a85bad /NEWS
parent55b46e6cbdf22b8b051e9980a4940217e7d32e2d (diff)
downloadruby-0353606caca2b26dd84dbcdfe213304ab1d0b5e7.tar.gz
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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]