summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authoryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-10 07:01:53 +0000
committeryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-10 07:01:53 +0000
commitfff17079d7501bb57eefb7a6a65aac8aaecf98da (patch)
treea9d04489e27b539714ce9da784f7a3f863152995 /NEWS
parent8389f8c3c37d973ead1587d2b45b6a793e1afcec (diff)
NEWS: Add TracePoint#parameters which was introduced by r63562
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b1731c10b5..6a974a4f68 100644
--- a/NEWS
+++ b/NEWS
@@ -129,6 +129,12 @@ with all sufficient information, see the ChangeLog file or Redmine
* String#split yields each substring to the block if given. [Feature #4780]
+* TracePoint
+
+ * New methods:
+
+ * TracePoint#parameters [Feature #14694]
+
=== Stdlib updates (outstanding ones only)
* ERB