summaryrefslogtreecommitdiff
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
commit56367e25ee9ae99694a2e69f6c2de0dfa9956211 (patch)
tree6560032c523b30aaf8389d1617ea852a6b67bf85 /NEWS
parent59c3a2f8a9180808cc5163a3ca7e09accdf25ce4 (diff)
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]