aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-04-17 21:10:57 +0000
committerdos-reis <gdr@axiomatics.org>2010-04-17 21:10:57 +0000
commit423125f1638b432ccfb944f954fd4304ddfb0183 (patch)
tree299dd4f9c961858486dd812a18e16a4c96949da6 /src/ChangeLog
parent4801946deb56530e2904c015dc80907614569373 (diff)
downloadopen-axiom-423125f1638b432ccfb944f954fd4304ddfb0183.tar.gz
* algebra/prtition.spad.pamphlet (Partition): Simplify
implementation. Reuse operations available from the representation domain.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 087e5c42..16c4db0a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2010-04-17 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * algebra/prtition.spad.pamphlet (Partition): Simplify
+ implementation. Reuse operations available from the
+ representation domain.
+
2010-04-08 Gabriel Dos Reis <gdr@cs.tamu.edu>
* algebra/boolean.spad.pamphlet (atoms$PropositionalFormula):