aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-05-17 02:36:40 +0000
committerdos-reis <gdr@axiomatics.org>2013-05-17 02:36:40 +0000
commite546308ba905ffb34a8adea792d10fb3242430a8 (patch)
treeb3184026823fdd37dbdf4addc1265c60637375a6 /src/ChangeLog
parentcd3ae903c73e2bbe0b5381f78b2094827e5e0585 (diff)
downloadopen-axiom-e546308ba905ffb34a8adea792d10fb3242430a8.tar.gz
* algebra/ffp.spad.pamphlet (FiniteFieldExtensionByPolynomial)
[tableForDiscreteLogarithm]: Don't use pretend where checked coercion is intended. * algebra/pf.spad.pamphlet (InnerPrimeField) [tableForDiscreteLogarithm]: Likewise.
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.