summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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:".