From 7510eef7484aa620d7dd16f191147c9b877b59b7 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 12 Dec 2018 15:45:06 +0000 Subject: 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 --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'NEWS') 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] -- cgit v1.2.3