aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-02-13 15:53:47 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-02-13 15:53:47 +0000
commita86eacf552c0f3a7862d6891cf174007d96f656a (patch)
tree9e2bd8acbd7907eb7816acf63c55d4d11b09a71a /NEWS
parentecccd9f42ce9b75d5a3fc742e81f1dc79bf03abd (diff)
downloadruby-a86eacf552c0f3a7862d6891cf174007d96f656a.tar.gz
* ext/coverage/coverage.c: Add Coverage.peek_result. Allows you to
capture coverage information without stopping the coverage tool. [ruby-core:67940] [Feature #10816] * test/coverage/test_coverage.rb: test for change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49589 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 7c472298f9..67f7b3f294 100644
--- a/NEWS
+++ b/NEWS
@@ -44,6 +44,10 @@ with all sufficient information, see the ChangeLog file.
* Base64.urlsafe_decode64: now it accepts not only correctly-padded
input but also unpadded input.
+* ext/coverage/coverage.c
+ * Coverage.peek_result: new method to allow coverage to be captured without
+ stopping the coverage tool.
+
=== Built-in global variables compatibility issues
=== C API updates