From 3bad6002c8e65694e7058d5fdcf9b24a9b9a9b3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Min=C3=A9?= Date: Fri, 11 Sep 2020 12:31:25 +0200 Subject: [PATCH] typos --- Changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index ab6e85e..861eff1 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,11 @@ Release 1.10 (2020-09-11) - Improvement #66: added some mpz functions (divisible, congruent, jacobi, legendre, krobecker, remove, fac, primorial, bin, fib, lucnum) -- Improvement #65: Q.of_stirng now handles decimal point and scientific notation [Ghiles Ziat] +- Improvement #65: Q.of_string now handles decimal point and scientific notation [Ghiles Ziat] - Fix #60: Z.root now raises an exception for invalid arguments - Fix #62: raise division by 0 for 0-modulo in powm - Fix #59: improved abs for negative arguments - Fix #58: gcd, lcm, gcdext now behave as gmp for negative arguments -- Fix #57: clean compile with sage strings [[hugo] +- Fix #57: clean compile with sage strings [hugo] Release 1.9.1 (2019-08-28) (bugfix): - Fix configure issue for non-bash sh introduced in #45