aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-12 13:12:08 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-12 13:12:08 +0000
commit9a02d9780d32992ad8f92d8ebec66252091fe43c (patch)
treeb2cbf6fb6e0b80f13863d77526ee6276f0206e2f
parent658b53a6e8bc2b5a7624852204905f24a1d4ad5e (diff)
downloadruby-9a02d9780d32992ad8f92d8ebec66252091fe43c.tar.gz
NEWS: Add String#match? and Symbol#match? [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 05e58c4530..d951015024 100644
--- a/NEWS
+++ b/NEWS
@@ -156,6 +156,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* String#each_line, String#lines now takes an optional keyword argument,
chomp flag. [Feature #12553]
+ * String#match? [Feature #12898]
+
* String#unpack1 [Feature #12752]
* String#upcase, String#downcase, String#capitalize, String#swapcase and
@@ -177,6 +179,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* Symbol#match now returns MatchData. [Bug #11991]
+ * Symbol#match? [Feature #12898]
+
* Symbol#upcase, Symbol#downcase, Symbol#capitalize, and Symbol#swapcase now
work for all of Unicode. See the documentation of String#downcase
for details. [Feature #10085]