CHANGELOG in gmp-0.7.19 vs CHANGELOG in gmp-0.7.43

- old
+ new

@@ -1,4 +1,11 @@ +0.7.43 + * Tests now use MiniTest + * Ruby 2.4 and the new Integer class (replacement for Fixnum and Bignum) are + * now supported (thanks @timocp). + * GMP::Z can now be initialized from a Float or GMP::F, as well as the + existing Fixnum, Bignum, Integer, GMP::Z, and String. + 0.7.19 * GMP::Q.new can now accept a GMP::Z or Fixnum more intelligently, and can accept a Float, and is tested better. * GMP::F.new can now accept a rounding mode after the base, when a String is passed in.