aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-02-25 23:56:54 +0000
committerdos-reis <gdr@axiomatics.org>2011-02-25 23:56:54 +0000
commit0ee1ea72c939e760c274f2eaff8afa73a629ae60 (patch)
tree05eb85f57186c9ab468b787c1f0b24120f92b938 /src/ChangeLog
parentb71fd7a811c516e8ca2a8a3f4ad578e9f637596b (diff)
downloadopen-axiom-0ee1ea72c939e760c274f2eaff8afa73a629ae60.tar.gz
* algebra/fmod.spad.pamphlet (IntegerMod): Simplify implementation.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4d2c3789..e65a1162 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-25 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * algebra/fmod.spad.pamphlet (IntegerMod): Simplify implementation.
+
2011-02-24 Gabriel Dos Reis <gdr@cs.tamu.edu>
* boot/tokens.boot: makeSymbol is not a builtin function.