aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-05-13 13:36:34 +0000
committerdos-reis <gdr@axiomatics.org>2013-05-13 13:36:34 +0000
commitf13c7c6ff91ff3256bb4b24fb64beabfef2ccd2a (patch)
tree3cafc2a733bebdb79e26063102dacb9e11aae88f /src/ChangeLog
parentee6014ad79a7499469b3a144e3af839678db1b9e (diff)
downloadopen-axiom-f13c7c6ff91ff3256bb4b24fb64beabfef2ccd2a.tar.gz
* algebra/array2.spad.pamphlet (InnerTwoDimensionalArray): Inherit
empty? and empty from base domain. (TwoDimensionalArray): Attribute shallowlyMutable is already specified by TwoDimensionalArrayCategory. * algebra/matcat.spad.pamphlet (MatricCategory): Attributes shallowlyMutable and finiteAggregate are already specified by TwoDimensionalArrayCategory.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9e2f0283..8cf54e0f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,15 @@
2013-05-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
+ * algebra/array2.spad.pamphlet (InnerTwoDimensionalArray): Inherit
+ empty? and empty from base domain.
+ (TwoDimensionalArray): Attribute shallowlyMutable is already
+ specified by TwoDimensionalArrayCategory.
+ * algebra/matcat.spad.pamphlet (MatricCategory): Attributes
+ shallowlyMutable and finiteAggregate are already specified by
+ TwoDimensionalArrayCategory.
+
+2013-05-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
+
* algebra/array1.spad.pamphlet (IndexedOneDimensionalArray): Tidy.
2013-05-13 Gabriel Dos Reis <gdr@integrable-solutions.net>