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:
parent
69914cd80f
commit
1692ccaf9f
1 changed files with 8 additions and 0 deletions
8
NEWS
8
NEWS
|
@ -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:".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue