aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3f9f620850..d423e8abbd 100644
--- a/NEWS
+++ b/NEWS
@@ -85,6 +85,8 @@ with all sufficient information, see the ChangeLog file or Redmine
(same as "literal".freeze in Ruby 2.1+) [Feature #13295]
* String#{casecmp,casecmp?} now return nil for non-string arguments
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]
=== Stdlib updates (outstanding ones only)