summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-27 00:18:52 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-27 00:18:52 +0000
commit4df479f50b66ebbde130668a39714e9b6f8b0aaa (patch)
treeaba88d3b882aa21ac55e7c63ad8a674dc812b5b3 /NEWS
parentd187f4bc215119469c3da6828ef78f216dfe20f2 (diff)
* NEWS: add TracePont.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ac7adc3761..ad4392aa8c 100644
--- a/NEWS
+++ b/NEWS
@@ -166,6 +166,10 @@ with all sufficient information, see the ChangeLog file.
* Time#to_s returned encoding defaults to US-ASCII but automatically
transcodes to Encoding.default_internal if it is set.
+ * TracePoint
+ * new class. This class is replacement of set_trace_func.
+ Easy to use and efficient implementation.
+
* toplevel
* added method:
* added main.define_method which defines a global function.