aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-07 16:30:31 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-07 16:30:31 +0000
commitc5942b91a2812cae59878b5e0d4ecf7c0e41cfdc (patch)
tree6560032c523b30aaf8389d1617ea852a6b67bf85 /NEWS
parentbd7c035cf7539088337c9cb2a6475f522d3dadb6 (diff)
downloadruby-c5942b91a2812cae59878b5e0d4ecf7c0e41cfdc.tar.gz
add a NEWS entry for r52917
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3b4d66b6fd..7a6c82661f 100644
--- a/NEWS
+++ b/NEWS
@@ -106,6 +106,11 @@ with all sufficient information, see the ChangeLog file.
* Regexp/String: Updated Unicode version from 7.0.0 to 8.0.0
+* String
+
+ * String#+@ and String#- are added to get mutable/frozen strings.
+ [Feature #11782]
+
* Struct
* Struct#dig [Feature #11688]