CHANGELOG in gmp-0.6.43 vs CHANGELOG in gmp-0.6.47

- old
+ new

@@ -1,4 +1,19 @@ +0.6.47 + * Fixed GMP::F#to_s when MPFR is not present. It now works, and accepts an + optional base argument, just like GMP::F#to_s does when MPFR _is_ present. + * Added new optional rounding mode argument to GMP::F.new(Fixnum), + GMP::F.new(Bignum), GMP::F.new(GMP::Z), GMP::F.new(GMP::Q), + GMP::F.new(Float), and GMP::F.new(GMP::F) with tests (MPFR only) + * Added MPFR method GMP::RandState.mpfr_urandom (mpfr_urandom) and tests + * Added MPFR methods GMP::F#lessgreater? and GMP::F#unordered?, with sanity + tests + * Added tests for GMP::F#abs and GMP::F#neg + * Added GMP::F.fac(n) (mpfr_fac_ui) and tests + * Added GMP::F.nan, GMP::F.inf, GMP::F.zero (MPFR >= 3.0.0), documentation, and simple tests + * Added GMP::F#frexp, documentation, and tests + * Fixed GMP::MPFR_RNDA + 0.6.43 * Fixed compilation on OS X 10.9 Mavericks, using LLVM 5.0 * Added license: Apache v2 0.6.41