summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-21 06:51:01 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-21 06:51:01 +0000
commit6187b0001b4df62ff38bb53b79f0501993570032 (patch)
treea70f09643462b6580960ff6949a1d642872b423b /NEWS
parentae2578f6bc3f62bc4bc768be602067bd536fd3fe (diff)
[Feature #13712] String#start_with? supports regexp
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60234 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 76afc07d1b..0866aaffcb 100644
--- a/NEWS
+++ b/NEWS
@@ -108,6 +108,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* String#delete_suffix! is added to remove suffix destructively [Feature #13665]
* String#each_grapheme_cluster and String#grapheme_clusters is added to
enumerate grapheme clusters [Feature #13780]
+ * String#start_with? supports regexp [Feature #13712]
* Regexp/String: Updated Unicode version from 9.0.0 to 10.0.0 [Feature #13685]