summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-23 04:46:34 +0000
committernari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-23 04:46:34 +0000
commitfe398529a6e5ef8ccd7a3fb08020a93e8a3a3d05 (patch)
tree791a2cc80bcda12d4ad9e0f9441a0fffc42dc213 /NEWS
parent7ae8d789491d35f7349d688049e9e8e0536063d4 (diff)
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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