1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

add NEWS entries about script_compiled event

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2018-12-06 13:56:36 +00:00
parent 69914cd80f
commit 1692ccaf9f

8
NEWS
View file

@ -321,10 +321,18 @@ sufficient information, see the ChangeLog file or Redmine
[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:".