CHANGELOG in gmp-0.6.31 vs CHANGELOG in gmp-0.6.41

- old
+ new

@@ -1,4 +1,15 @@ +0.6.41 + * Added GMP::Z.fib2, with documentation and tests + * Properly coerce GMP::Q and Float. GMP::Q / Float will now convert both + operands into GMP::F + * Workaround Ruby 2.0.0 bug in using --with-gmp-dir in extconf.rb (#8047) + * Fixed bugs for Z#fac, Z#2fac, Z#primorial, Z#fib, and Z#lucnum, where Ruby + would crash if a negative number was passed in as the argument. + * Aliasing #inspect to #to_s for GMP::Z, GMP::Q, and GMP::F, for better + usability in Ruby 2.x, where Object#inspect no longer calls #to_s. + * Support now verified for Ruby 2.0.0 and Ruby 2.1.0-preview1 + 0.6.31: * Added GMP::Z#rootrem and tests 0.6.19: * Added GMP::Z#congruent? and tests