From 7f7cb6f00b12bd8ec660e576e3d34aa609062897 Mon Sep 17 00:00:00 2001 From: tadf Date: Sun, 28 Sep 2008 00:41:42 +0000 Subject: * lib/mathn.rb ({Fixnum,Bignum,Float}#**): may produce complex value. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b840e97fa..75a6b2596 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Sep 28 09:39:48 2008 Tadayoshi Funaba + + * lib/mathn.rb ({Fixnum,Bignum,Float}#**): may produce complex + value. + Sun Sep 28 09:05:53 2008 James Edward Gray II * lib/csv/csv.rb: Worked around some minor encoding changes in Ruby -- cgit