summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-06 13:56:36 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-06 13:56:36 +0000
commit1692ccaf9f49c001b18de8b7296ede3f68190ab8 (patch)
tree0118216dadc6b27463cbbd28743e371a07e1dfed /NEWS
parent69914cd80f5bc51dbc02dc530fd4313a87e91258 (diff)
add NEWS entries about script_compiled event
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2a61ece9ce..31e585e9fc 100644
--- a/NEWS
+++ b/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:".