aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-05-18 19:07:55 +0000
committerdos-reis <gdr@axiomatics.org>2008-05-18 19:07:55 +0000
commit01d9be9999622400347af560b28c9a2284950449 (patch)
tree512b3e5a03b928187d6ffa7549a9195f4f396e1b /src/ChangeLog
parent0e24179347ef7fd64e624e6fa5b4592e9ab6fc87 (diff)
downloadopen-axiom-01d9be9999622400347af560b28c9a2284950449.tar.gz
Fix AW/117
* algebra/vector.spad.pamphlet (DirectProductCategory): Also a Monoid is base type belongs to Monoid. (DirectProduct): Implement multiplication is base type belongs to Monoid.
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 5162aa12..37c65fcd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
+2008-05-18 Bill Page <bill.page@newsynthesis.org>
+
+ Fix AW/117
+ * algebra/vector.spad.pamphlet (DirectProductCategory): Also a
+ Monoid is base type belongs to Monoid.
+ (DirectProduct): Implement multiplication is base type belongs to
+ Monoid.
+
2008-05-18 Gabriel Dos Reis <gdr@cs.tamu.edu>
Fix AW/221