aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorsonots <sonots@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-20 16:29:20 +0000
committersonots <sonots@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-20 16:29:20 +0000
commit162f4fc6a3e33d73ad87e6547a47387aa46d0a00 (patch)
tree90b3ba4cfa39a58cd2c5ebc3f120b286358d9f92 /NEWS
parent514a72aaf607479558ae704ef6599c49fa1090ab (diff)
downloadruby-162f4fc6a3e33d73ad87e6547a47387aa46d0a00.tar.gz
NEWS: Add String#delete_suffix and String#delete_suffix!
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c2e2a150d0..557c7bad9e 100644
--- a/NEWS
+++ b/NEWS
@@ -92,6 +92,8 @@ with all sufficient information, see the ChangeLog file or Redmine
instead of raising a TypeError. [Bug #13312]
* String#delete_prefix is added to remove prefix [Feature #12694]
* String#delete_prefix! is added to remove prefix destructively [Feature #12694]
+ * String#delete_suffix is added to remove suffix [Feature #13665]
+ * String#delete_suffix! is added to remove suffix destructively [Feature #13665]
* Thread