diff options
author | dos-reis <gdr@axiomatics.org> | 2013-05-17 05:44:26 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2013-05-17 05:44:26 +0000 |
commit | 1a4d9fc1eef3c6ac261907a42a1d6e0cf0490dfc (patch) | |
tree | a985840fc345ec3bc1b4d723881b767f9fc85eee /src/hyper | |
parent | c485556490b352a6e28436bbded564c1b10e348f (diff) | |
download | open-axiom-1a4d9fc1eef3c6ac261907a42a1d6e0cf0490dfc.tar.gz |
* algebra/aggcat.spad.pamphlet (TableAggregate): Now extend
FiniteAggregate Record(key:Key,entry:Entry).
* algebra/files.spad.pamphlet (KeyedAccessFile): Remove
finiteAggregate attribute.
* algebra/table.spad.pamphlet (HashTable): Likewise.
(InnerTable): Likewise.
(Table): Likewise.
Diffstat (limited to 'src/hyper')
-rw-r--r-- | src/hyper/pages/releaseNotes.ht | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hyper/pages/releaseNotes.ht b/src/hyper/pages/releaseNotes.ht index 965fb89c..bfef81a9 100644 --- a/src/hyper/pages/releaseNotes.ht +++ b/src/hyper/pages/releaseNotes.ht @@ -54,6 +54,8 @@ contains additions of new features and domains including: Attributes are deprecated and will be removed in future releases. The category KeyedDictionary now extends EltableAggregate. + + The category TableAggregate now extends FiniteAggregate. \endscroll |