summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNARUSE, Yui <naruse@airemix.jp>2019-11-05 17:30:54 +0900
committerNARUSE, Yui <naruse@airemix.jp>2019-11-05 17:30:54 +0900
commitbea322a352d820007dd4e6cab88af5de01854736 (patch)
tree64cbb4819408cab7e7afe1961eed1c4308e405c0 /NEWS
parent853d91a04a4d133fc90b35c90570dc1c656a7922 (diff)
Revert "[EXPERIMENTAL] Make Symbol#to_s return a frozen String [Feature #16150]"
This reverts commit 6ffc045a817fbdf04a6945d3c260b55b0fa1fd1e.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 0 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index cbe6837010..29b610e3ff 100644
--- a/NEWS
+++ b/NEWS
@@ -371,14 +371,6 @@ RubyVM::
* +RubyVM.resolve_feature_path+ moved to
<code>$LOAD_PATH.resolve_feature_path</code>. [Feature #15903] [Feature #15230]
-Symbol::
-
- Modified method::
-
- * Symbol#to_s now always returns a frozen String. The returned String
- is always the same for a given Symbol. This change is
- experimental. [Feature #16150]
-
String::
Unicode::