ruby-changes:54032
From: ko1 <ko1@a...>
Date: Thu, 6 Dec 2018 22:56:40 +0900 (JST)
Subject: [ruby-changes:54032] ko1:r66252 (trunk): add NEWS entries about script_compiled event
ko1 2018-12-06 22:56:36 +0900 (Thu, 06 Dec 2018) New Revision: 66252 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66252 Log: add NEWS entries about script_compiled event Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 66251) +++ NEWS (revision 66252) @@ -321,10 +321,18 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L321 [TracePoint] + [New features] + + * "compiled_script" event is supported. [Feature #15287] + [New methods] * TracePoint#parameters [Feature #14694] + * TracePoint#compiled_instruction_sequence [Feature #15287] + + * TracePoint#compiled_eval_script [Feature #15287] + [Modified methods] * TracePoint#enable accepts new keywords "target:" and "target_line:". -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/