mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add NEWS about rb_gc_set_params() and rb_gc_count()
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7ae8d78949
commit
fe398529a6
1 changed files with 4 additions and 0 deletions
4
NEWS
4
NEWS
|
@ -310,3 +310,7 @@ with all sufficient information, see the ChangeLog file.
|
|||
is raised.
|
||||
|
||||
=== C API updates
|
||||
|
||||
* rb_gc_set_params() is deprecated. This is only used in Ruby internal.
|
||||
|
||||
* rb_gc_count() added. This returns the number of times GC occurred.
|
Loading…
Reference in a new issue