aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fc269f1a..6c53e30b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
2013-05-16 Gabriel Dos Reis <gdr@integrable-solutions.net>
+ * algebra/ffp.spad.pamphlet (FiniteFieldExtensionByPolynomial)
+ [tableForDiscreteLogarithm]: Don't use pretend where checked
+ coercion is intended.
+ * algebra/pf.spad.pamphlet (InnerPrimeField)
+ [tableForDiscreteLogarithm]: Likewise.
+
+2013-05-16 Gabriel Dos Reis <gdr@integrable-solutions.net>
+
* algebra/aggcat.spad.pamphlet (AssociationListAggregate) [assoc]:
Change return type to instance of Maybe.
* algebra/list.spad.pamphle (AssociationList): Reflect change.