aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-19 09:43:35 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-19 09:43:35 +0000
commit5a213ee2e2df26df525877f5e45012aaab931b5f (patch)
treeab0a723893a83d40c1fb7599007952362ae2e93b /ChangeLog
parent4ce02b7baeddb3747c2a91744b50e88a3585c97e (diff)
downloadruby-5a213ee2e2df26df525877f5e45012aaab931b5f.tar.gz
* numeric.c (int_to_f): raise NotImplementedError when a receiver
class is unknown. * test/-ext-/integer/test_my_integer.rb (test_my_integer_to_f): modify a test for the above change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54192 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6daf0b5b53..957ddbb141 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Sat Mar 19 18:32:00 2016 Kenta Murata <mrkn@mrkn.jp>
+
+ * numeric.c (int_to_f): raise NotImplementedError when a receiver
+ class is unknown.
+
+ * test/-ext-/integer/test_my_integer.rb (test_my_integer_to_f): modify
+ a test for the above change.
+
Sat Mar 19 18:21:00 2016 Kenta Murata <mrkn@mrkn.jp>
* bignum.c (Bignum#<=>): remove it because they are unified with