aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-05-22 00:52:15 +0000
committerdos-reis <gdr@axiomatics.org>2013-05-22 00:52:15 +0000
commit8ff37e0a47d82acde264075f21e2260a6c1a8b79 (patch)
treec88b33b8434b323cf5586a74cfa6aedabbd3f356 /src/ChangeLog
parent4d2e40994f313341a18c6a488826e5c79ed0ee6b (diff)
downloadopen-axiom-8ff37e0a47d82acde264075f21e2260a6c1a8b79.tar.gz
* algebra/aggcat.spad.pamphlet (ShallowlyMutableAggregate): Extend
Aggregate only. Adjust users. (BagAggregate): Explicitly extend HomogeneousAggregate. (AssociationListAggregate): Extend ShallowlyMutableAggregate.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c248e635..1fbb6717 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
2013-05-21 Gabriel Dos Reis <gdr@integrable-solutions.net>
+ * algebra/aggcat.spad.pamphlet (ShallowlyMutableAggregate): Extend
+ Aggregate only. Adjust users.
+ (BagAggregate): Explicitly extend HomogeneousAggregate.
+ (AssociationListAggregate): Extend ShallowlyMutableAggregate.
+
+2013-05-21 Gabriel Dos Reis <gdr@integrable-solutions.net>
+
* algebra/aggcat.spad.pamphlet (UnaryRecursiveAggregate) [map!]:
Implement default.
* algebra/list.spad.pamphlet (List) [map!]: Likewise.