aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-05-17 00:48:29 +0000
committerdos-reis <gdr@axiomatics.org>2013-05-17 00:48:29 +0000
commit1d241c403c1d8e0b3f41093729efd967335c4b93 (patch)
treecc1e691489276a5d94bd7cafde17398207c84cca /src/ChangeLog
parenta77534307be15ee6d85fbc31cc2717cae874d209 (diff)
downloadopen-axiom-1d241c403c1d8e0b3f41093729efd967335c4b93.tar.gz
* algebra/aggcat.spad.pamphlet (AssociationListAggregate) [assoc]:
Change return type to instance of Maybe. * algebra/list.spad.pamphle (AssociationList): Reflect change.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9fb6c212..fc269f1a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
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.
+
+2013-05-16 Gabriel Dos Reis <gdr@integrable-solutions.net>
+
* algebra/sortpak.spad.pamphlet (SortPackage): Have second
parameter satisfy FiniteAggregate A instead of requiring attribute
finiteAggregate.