summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-12 15:45:06 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-12 15:45:06 +0000
commit7510eef7484aa620d7dd16f191147c9b877b59b7 (patch)
tree42ef63cf5a3715d42605069652a4a6afac4850b1 /NEWS
parent1a1f9ecb30f300443215bf832f130f30925cf664 (diff)
remove `compiled_` prefix. [Feature #15287]
* vm_trace.c: remove `compiled_` prefix from the following methods: * `compiled_eval_script` * `compiled_instruction_sequence` [Feature #15287] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 159bd07888..272ce1ca9a 100644
--- a/NEWS
+++ b/NEWS
@@ -327,15 +327,15 @@ sufficient information, see the ChangeLog file or Redmine
[New features]
- * "compiled_script" event is supported. [Feature #15287]
+ * "script_compiled" event is supported. [Feature #15287]
[New methods]
* TracePoint#parameters [Feature #14694]
- * TracePoint#compiled_instruction_sequence [Feature #15287]
+ * TracePoint#instruction_sequence [Feature #15287]
- * TracePoint#compiled_eval_script [Feature #15287]
+ * TracePoint#eval_script [Feature #15287]
[Modified methods]