summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 22a6b4735c..4718f5482f 100644
--- a/NEWS
+++ b/NEWS
@@ -322,6 +322,8 @@ with all sufficient information, see the ChangeLog file.
* rb_gc_stat() added. This allows access to specific GC.stat() values from C
without any allocation overhead.
+* rb_gc_latest_gc_info() added. This allows access to GC.latest_gc_info().
+
* rb_postponed_job_register() added. Takes a function callback which is invoked
when the VM is in a consistent state, i.e. to perform work from a C signal
handler.