summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2012-02-08 09:38:00 +0100
committerNiels Möller <nisse@lysator.liu.se>2012-02-08 09:38:00 +0100
commit35ee5f096c2e9c57e1554094925cf5c69837e71b (patch)
tree1f2001b6bfce9677c8a932e1b316363be84f4fa1 /ChangeLog
parent64d9495f6b6144601da9ae123e130dfe496710f2 (diff)
downloadgmp-35ee5f096c2e9c57e1554094925cf5c69837e71b.tar.gz
Clarified corner cases in cofactor canonicalization.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73541612d..5bd0a93d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-08 Niels Möller <nisse@lysator.liu.se>
+
+ * doc/gmp.texi (mpz_gcdext): Clarified corner cases in cofactor
+ canonicalization.
+
2012-02-04 Marco Bodrato <bodrato@mail.dm.unipi.it>
* tests/refmpn.c (refmpn_mul): More conservative allocations.