From 9dbe871095dc85e78035995de5deb76c96c0e127 Mon Sep 17 00:00:00 2001 From: mrkn Date: Sat, 19 Mar 2016 09:43:35 +0000 Subject: * 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 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * bignum.c (Bignum#<=>): remove it because they are unified with -- cgit v1.2.3