1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

add a NEWS entry of TracePoint#enable

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2018-12-03 13:39:42 +00:00
parent fddf7a0518
commit 5ce533520e

5
NEWS
View file

@ -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]