summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b68b18f1..e8a16758 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2014-11-06 Kaz Kylheku <kaz@kylheku.com>
+ * lib.c (sub, ref, refset, replace, update, search_list):
+ Fix cut and paste problem: type_mismatch argument expression
+ referring to the C function cons rather than the intended
+ object seq.
+
+2014-11-06 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (eval_init): Register chand intrinsic.
* lib.c (do_chand): New static function.