aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/pages/releaseNotes.ht
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-05-18 00:20:06 +0000
committerdos-reis <gdr@axiomatics.org>2013-05-18 00:20:06 +0000
commitec665f7a23f25ff744435152d93480b4f31d3a08 (patch)
treeb80bf272042ac7ce5a46d23382ebd82662917c89 /src/hyper/pages/releaseNotes.ht
parenta386f6c3b624936b2561b18948997837a88522ef (diff)
downloadopen-axiom-ec665f7a23f25ff744435152d93480b4f31d3a08.tar.gz
* algebra/aggcat.spad.pamphlet (ShallowlyMutableAggregate): New.
Diffstat (limited to 'src/hyper/pages/releaseNotes.ht')
-rw-r--r--src/hyper/pages/releaseNotes.ht4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hyper/pages/releaseNotes.ht b/src/hyper/pages/releaseNotes.ht
index bfef81a9..2188cc87 100644
--- a/src/hyper/pages/releaseNotes.ht
+++ b/src/hyper/pages/releaseNotes.ht
@@ -51,6 +51,10 @@ contains additions of new features and domains including:
attribute. The latter was removed. In general, attributes are
strongly discouraged in new algebra codes.
+ The category ShallowlyMutableAggregate is added. It provides a
+ more principled alternative to the time-honored shallowlyMutable
+ attribute, which is now discontinued.
+
Attributes are deprecated and will be removed in future releases.
The category KeyedDictionary now extends EltableAggregate.