aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8cf54e0f..44369bc8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,12 +1,18 @@
2013-05-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
+ * algebra/array2.spad.pamphlet (TwoDimensionalArrayCategory): Move
+ row column implementation to InnerTwoDimensionalArray.
+ (InnerTwoDimensionalArray): Simplify row and column implementation.
+
+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.
+ TwoDimensionalArrayCategory.
2013-05-13 Gabriel Dos Reis <gdr@integrable-solutions.net>