From 5ce533520eb7bc797cee18848d1f7076b7f40a62 Mon Sep 17 00:00:00 2001 From: ko1 Date: Mon, 3 Dec 2018 13:39:42 +0000 Subject: [PATCH] add a NEWS entry of TracePoint#enable git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 680a2bde86..27c8577753 100644 --- a/NEWS +++ b/NEWS @@ -312,6 +312,11 @@ sufficient information, see the ChangeLog file or Redmine * TracePoint#parameters [Feature #14694] + [Modified methods] + + * TracePoint#enable accepts new keywords "target:" and "target_line:". + [Feature #15289] + === Stdlib updates (outstanding ones only) [Bundler]