aboutsummaryrefslogtreecommitdiffstats
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
commitd185ff7fbd11eb4c20e470860dcddfeb06c968c1 (patch)
tree6ea1a7056b7905c0f7a8b3ee26e3df7857ad4ee7 /NEWS
parent5885dde60039c7bab11cbaa7be7bf0f2ab77e1f7 (diff)
downloadruby-d185ff7fbd11eb4c20e470860dcddfeb06c968c1.tar.gz
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