summaryrefslogtreecommitdiff
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
commit1da648310d759e163620507ef0955eb5f0b76c32 (patch)
tree90b3ba4cfa39a58cd2c5ebc3f120b286358d9f92 /NEWS
parent3f919fec7726289ef70e052156642afa2d65556f (diff)
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