From 0be854292dc0ca99fc9972ca88f9bf4954c9fcf0 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 21 Sep 2009 19:47:39 +0000 Subject: * ext/bigdecimal/bigdecimal.c (GetVpValue): support conversion from Rational. [ruby-core:25697] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6437ac91d..126cac520 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 22 04:47:37 2009 Nobuyoshi Nakada + + * ext/bigdecimal/bigdecimal.c (GetVpValue): support conversion from + Rational. [ruby-core:25697] + Tue Sep 22 04:43:42 2009 Nobuyoshi Nakada * Makefile.in, win32/Makefile.sub (INSNS): depend on tools. -- cgit