aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkeiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-05-08 10:36:45 +0000
committerkeiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-05-08 10:36:45 +0000
commit721eb816c94b1ea13cf336eb0f286b756a321623 (patch)
tree9c498899e75d62ed68fee557a7445fc7d90d6f85 /ChangeLog
parent1548542f214e5fa617f1d82e28d8dd626429df4f (diff)
downloadruby-721eb816c94b1ea13cf336eb0f286b756a321623.tar.gz
* lib/rational.rb: fix high-precision Rationals cannot be
converted to Floats. [ruby-Bugs:10502], [ruby-core:11069], [ruby-dev:30743] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81cac17c28..e41653683c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue May 8 19:32:18 2007 Keiju Ishitsuka <keiju@ruby-lang.org>
+
+ * 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 <kou@cozmixng.org>
* lib/rss/image.rb, test/rss/test_image.rb: fixed Image module