From fe398529a6e5ef8ccd7a3fb08020a93e8a3a3d05 Mon Sep 17 00:00:00 2001 From: nari Date: Sat, 23 Nov 2013 04:46:34 +0000 Subject: [PATCH] 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 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index ae44d7effb..d683cce00f 100644 --- a/NEWS +++ b/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. \ No newline at end of file