From 6d27f7a15e806b77230dec64ef9b7e6ee1bb0009 Mon Sep 17 00:00:00 2001 From: keiju Date: Tue, 8 May 2007 10:36:45 +0000 Subject: * lib/rational.rb: fix high-precision Rationals cannot be converted to Floats. [ruby-Bugs:10502], [ruby-core:11069], [ruby-dev:30743] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 81cac17c2..e41653683 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue May 8 19:32:18 2007 Keiju Ishitsuka + + * lib/rational.rb: fix high-precision Rationals cannot be + converted to Floats. [ruby-Bugs:10502], [ruby-core:11069], + [ruby-dev:30743] + Mon May 7 10:59:55 2007 Kouhei Sutou * lib/rss/image.rb, test/rss/test_image.rb: fixed Image module -- cgit