aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-05-18 01:31:50 +0000
committerdos-reis <gdr@axiomatics.org>2013-05-18 01:31:50 +0000
commit681f30e8a2a60c506f1ad8c45fe182baf2ff51bf (patch)
tree3d2a3995c5bdcb64314da504837faa1aa604cdd1 /src/ChangeLog
parentec665f7a23f25ff744435152d93480b4f31d3a08 (diff)
downloadopen-axiom-681f30e8a2a60c506f1ad8c45fe182baf2ff51bf.tar.gz
* algebra/tree.spad.pamphlet(BinaryTreeCategory): Extend
ShallowlyMutableAggregate S. (BinarySearchTree): Remove redundant shallowlyMutable attribute. (BalancedBinaryTree): Likewise.
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 3b567ba2..0eb674e2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
2013-05-17 Gabriel Dos Reis <gdr@integrable-solutions.net>
+ * algebra/tree.spad.pamphlet(BinaryTreeCategory): Extend
+ ShallowlyMutableAggregate S.
+ (BinarySearchTree): Remove redundant shallowlyMutable attribute.
+ (BalancedBinaryTree): Likewise.
+
+2013-05-17 Gabriel Dos Reis <gdr@integrable-solutions.net>
+
* algebra/aggcat.spad.pamphlet (ShallowlyMutableAggregate): New.
2013-05-17 Gabriel Dos Reis <gdr@integrable-solutions.net>