From 74ae4ae2918c815345b9039af3af2a28b8399628 Mon Sep 17 00:00:00 2001 From: gogotanaka Date: Fri, 6 Nov 2015 15:11:39 +0000 Subject: * lib/cmath.rb: methods which has suffix '!' are now deprecated. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index cd3b548625..89ab3f0d61 100644 --- a/NEWS +++ b/NEWS @@ -181,6 +181,9 @@ with all sufficient information, see the ChangeLog file. * lib/matrix.rb * Add Vector#round. https://github.com/ruby/ruby/pull/802 +* lib/cmath.rb + * methods which has suffix '!' are now deprecated. + * ext/coverage/coverage.c * Coverage.peek_result: new method to allow coverage to be captured without stopping the coverage tool. -- cgit v1.2.3