summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 00:20:58 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 00:20:58 +0000
commit9b1d8ab7d0ab45a81dcd682accd1b5d3441fec25 (patch)
tree83f3c8238e352a9be2f2a6c802ddad2894a5a873 /NEWS
parente44f2b7d10777f1cc7f2573d848040b04923ffc0 (diff)
ext/coverage/coverage.c: remove COVERAGE_EXPERIMENTAL_MODE
A NEWS entry is also added. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61129 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 649e6fdc28..14a7c7f3f5 100644
--- a/NEWS
+++ b/NEWS
@@ -152,6 +152,9 @@ with all sufficient information, see the ChangeLog file or Redmine
* Add Bundler to Standard Library. [Feature #12733]
+* Coverage
+ * Support branch coverage and method coverage [Feature #13901]
+
* DRb
* ACL::ACLEntry.new no longer suppresses IPAddr::InvalidPrefixError.