From 92bfa96a371c1ee430cdc8cf0160495911befb27 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 17 Sep 2005 16:00:23 +0000 Subject: * lib/mathn.rb (Rational::inspect): should preserve original operand. [ruby-core:05806] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9201 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 49d0cb3e3..e06b51409 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Sep 17 23:25:04 2005 sheepman + + * lib/mathn.rb (Rational::inspect): should preserve original + operand. [ruby-core:05806] + Sat Sep 17 23:20:27 2005 Yukihiro Matsumoto * lib/cgi.rb (CGI::Cookie): should handle multiple values for a -- cgit