[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
4
NEWS
4
NEWS
@ -24,8 +24,8 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
* New methods
|
* New methods
|
||||||
* Symbol.find(str) returns whether given string is defined as symbol or not.
|
* Symbol.find(str) returns whether given string is defined as symbol or not.
|
||||||
* Improvements
|
* Improvements
|
||||||
* Most symbols in Ruby level are GC-able (generated by String#to_sym and
|
* Most symbols which are returned by String#to_sym and
|
||||||
String#intern)
|
String#intern are GC-able.
|
||||||
|
|
||||||
=== Core classes compatibility issues (excluding feature bug fixes)
|
=== Core classes compatibility issues (excluding feature bug fixes)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user