From 6e8d72a196d6d8364cac0d3793a8dfdfe2581365 Mon Sep 17 00:00:00 2001 From: marcandre Date: Thu, 24 Sep 2009 00:42:23 +0000 Subject: * lib/mathn.rb (Bignum#**): Fixed bignum**fixnum that was broken when requiring lib/mathn [ruby-core:25740] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0315699ef..b55133f93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Sep 24 09:41:42 2009 Marc-Andre Lafortune + + * lib/mathn.rb (Bignum#**): Fixed bignum**fixnum that was broken when + requiring lib/mathn + [ruby-core:25740] + Thu Sep 24 02:21:23 2009 Nobuyoshi Nakada * ext/bigdecimal/lib/bigdecimal/math.rb (atan): atan(Infinity) is -- cgit