From 9cbd6ee09770be3d73a17ab1195a094c59c9f9ee Mon Sep 17 00:00:00 2001 From: ktsj Date: Sat, 5 Nov 2016 13:15:27 +0000 Subject: * vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id): add TracePoint#callee_id. [ruby-core:77241] [Feature #12747] * cont.c, eval.c, gc.c, include/ruby/intern.h, insns.def, thread.c, vm.c, vm_backtrace.c, vm_core.h, vm_eval.c, vm_insnhelper.c, vm_trace.c: ditto. * test/ruby/test_settracefunc.rb: tests for above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 3f4c64b8b1..014e2141a0 100644 --- a/NEWS +++ b/NEWS @@ -160,6 +160,10 @@ with all sufficient information, see the ChangeLog file or Redmine * Thread#report_on_exception and Thread.report_on_exception [Feature #6647] +* TracePoint + + * TracePoint#callee_id [Feature #12747] + * Warning * New module named Warning is introduced. By default it has only -- cgit v1.2.3