summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-11 21:22:52 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-11 21:22:52 +0000
commita8ec4b2cf27739b9936f4eca71e0bd8dbd250fdc (patch)
tree629ec117216eb2ba8b38984066e7fca3650878f7 /NEWS
parentf0c968a778ee35f483a05c6d206eb815b1da177b (diff)
* string.c (sym_find): remove Symbol.find because we have Symbol GC now.
https://bugs.ruby-lang.org/projects/ruby/wiki/DevelopersMeeting20140904Japan If you still want this, request again on Redmine. [Feature #7854] https://bugs.ruby-lang.org/issues/7854 * ext/-test-/symbol/init.c (sym_find): moved from string.c for tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47543 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 3891bdd1f4..6abfa3fc50 100644
--- a/NEWS
+++ b/NEWS
@@ -64,8 +64,6 @@ with all sufficient information, see the ChangeLog file.
vfork() is faster than fork() when the parent process uses huge memory.
* Symbol
- * New methods
- * Symbol.find(str) returns whether given string is defined as symbol or not.
* Improvements
* Most symbols which are returned by String#to_sym and
String#intern are GC-able.