aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorgogotanaka <gogotanaka@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-06 15:11:39 +0000
committergogotanaka <gogotanaka@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-06 15:11:39 +0000
commit74ae4ae2918c815345b9039af3af2a28b8399628 (patch)
tree906515f59efba13a11ffc8e5768c7beb0349f5b2 /NEWS
parent0765fcf8334b574ddf4d94c8be61797dab195dc4 (diff)
downloadruby-74ae4ae2918c815345b9039af3af2a28b8399628.tar.gz
* 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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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.