mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Fix NEWS about Symbol GC
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
949f1160d6
commit
7c9f1aa3d5
1 changed files with 2 additions and 2 deletions
4
NEWS
4
NEWS
|
@ -24,8 +24,8 @@ with all sufficient information, see the ChangeLog file.
|
|||
* New methods
|
||||
* Symbol.find(str) returns whether given string is defined as symbol or not.
|
||||
* Improvements
|
||||
* Most symbols in Ruby level are GC-able (generated by String#to_sym and
|
||||
String#intern)
|
||||
* Most symbols which are returned by String#to_sym and
|
||||
String#intern are GC-able.
|
||||
|
||||
=== Core classes compatibility issues (excluding feature bug fixes)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue