aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
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
commite5a7cec6f3ead5748e3ee395939bc138dd17d949 (patch)
tree906515f59efba13a11ffc8e5768c7beb0349f5b2 /ChangeLog
parent3624d93141706df240d7c2bab21da363490ab13a (diff)
downloadruby-e5a7cec6f3ead5748e3ee395939bc138dd17d949.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 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6aa1d6fb8a..beca3a7bcc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Nov 7 00:03:50 2015 Kazuki Tanaka <gogotanaka@ruby-lang.org>
+
+ * lib/cmath.rb: methods which has suffix '!' are now deprecated.
+ [ruby-core:68528] [Feature #10974]
+
Fri Nov 6 23:13:53 2015 Kazuki Tanaka <gogotanaka@ruby-lang.org>
* array.c: clarifies Array#reject! documentation.