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:
nari 2013-11-23 04:46:34 +00:00
parent 7ae8d78949
commit fe398529a6

4
NEWS
View File

@ -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.