aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-06-01 20:39:26 +0000
committerdos-reis <gdr@axiomatics.org>2013-06-01 20:39:26 +0000
commitb2e5345b1480696de2f0c647ac32c5cd4c1792e1 (patch)
tree4998a2f504e824177da2840004861f8a1fcbefbe /src/ChangeLog
parentdf4fac6bb2474dd807709dbc2f8142ca6c513337 (diff)
downloadopen-axiom-b2e5345b1480696de2f0c647ac32c5cd4c1792e1.tar.gz
Cache category objects created at functor build time.
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 c951d78a..f7892e25 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
2013-06-01 Gabriel Dos Reis <gdr@integrable-solutions.net>
+ * interp/define.boot (getCategoryObject): New.
+ * interp/functor.boot (InvestigateConditions): Use it.
+ (getViewsConditions): Likewise.
+ (getPossibleViews): Likewise.
+
+2013-06-01 Gabriel Dos Reis <gdr@integrable-solutions.net>
+
* interp/category.boot (filterConditionalCategories): Fix thinko.
2013-06-01 Gabriel Dos Reis <gdr@integrable-solutions.net>