diff options
author | dos-reis <gdr@axiomatics.org> | 2013-05-18 00:20:06 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2013-05-18 00:20:06 +0000 |
commit | ec665f7a23f25ff744435152d93480b4f31d3a08 (patch) | |
tree | b80bf272042ac7ce5a46d23382ebd82662917c89 /src/hyper/pages | |
parent | a386f6c3b624936b2561b18948997837a88522ef (diff) | |
download | open-axiom-ec665f7a23f25ff744435152d93480b4f31d3a08.tar.gz |
* algebra/aggcat.spad.pamphlet (ShallowlyMutableAggregate): New.
Diffstat (limited to 'src/hyper/pages')
-rw-r--r-- | src/hyper/pages/releaseNotes.ht | 4 |
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. |