summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-10 06:13:02 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-10 06:13:02 +0000
commit90b9996523ad40d17a817e5d7249dcfc24e7904f (patch)
tree530fa6f87273f460db7c8bf88fd112e7687ea46a /NEWS
parentca375ee74f34ecee935c8b33945692b57be1c1e6 (diff)
parse.y: remove "f" suffix [ruby-core:57966] [Feature #9042]
revert r42847 "test_string.rb: add test string encoding" revert r42846 "parse.y: freeze in advance to reduce objects" revert r42843 "parse.y: deduplicate frozen string literals" revert r42780 "test_string.rb: yet another test" revert r42779 "parse.y: valid suffix word only" revert r42778 "test_string.rb: remove duplicated code" revert r42775 "parse.y: force_encoding" This reverts commit 93ea04ecec7639ca8d0e58948e78461434782ecc. revert r42773 "Add frozen string literals" git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3e68c40df3..19b9742d9e 100644
--- a/NEWS
+++ b/NEWS
@@ -27,8 +27,6 @@ with all sufficient information, see the ChangeLog file.
* def-expr now returns the symbol of its name instead of nil.
-* Added 'f' suffix for string literals that returns a frozen String object.
-
=== Core classes updates (outstanding ones only)
* Array