aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/ChangeLog')
-rw-r--r--src/algebra/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/algebra/ChangeLog b/src/algebra/ChangeLog
index d44a5731..2e9ad98f 100644
--- a/src/algebra/ChangeLog
+++ b/src/algebra/ChangeLog
@@ -1,5 +1,12 @@
2007-12-02 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * bags.spad.pamphlet (Stack): Relax requirement element type S.
+ (coerce$Stack: % -> OutputForm): Define only if S has CoercibleTo
+ OutputForm.
+ (=$Stack: (%, %) -> Boolean): Define only if S has SetCategory.
+
+2007-12-02 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* syntax.spad (buildSyntax): Overload on first argument type.
2007-11-15 Gabriel Dos Reis <gdr@cs.tamu.edu>