summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-03 02:35:39 +0000
committernari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-03 02:35:39 +0000
commit4166390229eea57c350f964fd0abf050ce3781d8 (patch)
treef1ee6310a052f04d190404bb7d8a5a44f55423bf /NEWS
parente2f951656f952d73e16a60b75767cae8e651c532 (diff)
* NEWS: add a news about GC::Profiler.raw_data.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37434 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 b358042344..464cfdc5fb 100644
--- a/NEWS
+++ b/NEWS
@@ -112,6 +112,10 @@ with all sufficient information, see the ChangeLog file.
* incompatible changes:
* Fiber#resume cannot resume a fiber which invokes "Fiber#transfer".
+ * GC::Profiler
+ * added method:
+ * added GC::Profiler.raw_data which returns raw profile data for GC.
+
* toplevel
* added method:
* added main.define_method which defines a global function.