summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 710b3f54..0bfa7ee3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-07-11 Kaz Kylheku <kaz@kylheku.com>
+
+ * share/txr/stdlib/place.tl (defplace dwim): Eliminate
+ ogetter-sym variable for caching the sequence; use the getter
+ for the sequence place to access it. Again, this is for placelet,
+ where the caching is visible. Another way to fix this is to
+ clobber the cache variable when updating the sequence place.
+
2015-07-10 Kaz Kylheku <kaz@kylheku.com>
* eval.c (eval_init): Register bindable as intrinsic.