summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authortadd <tadd@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-14 08:47:13 +0000
committertadd <tadd@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-14 08:47:13 +0000
commitbbec11d329f5a72fe6151ec9fb0e25ff255f2eed (patch)
tree6ea1a7056b7905c0f7a8b3ee26e3df7857ad4ee7 /NEWS
parent4abc1a24af2541ce6fd823ae4c99c1c18c748984 (diff)
Implement String#undump to unescape String#dump-ed string
[Feature #12275] [close GH-1765] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61228 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 b458b549a3..fb47ed1516 100644
--- a/NEWS
+++ b/NEWS
@@ -173,6 +173,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* String#delete_suffix, String#delete_suffix! [Feature #13665]
* String#each_grapheme_cluster and String#grapheme_clusters to
enumerate grapheme clusters [Feature #13780]
+ * String#undump to unescape String#dump'ed string [Feature #12275]
* Struct