summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e8b376c..c2fc1205 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2014-05-20 Kaz Kylheku <kaz@kylheku.com>
+
+ The call operator should be a function!
+
+ * eval.c (call): New static function.
+ (eval_args, op_call): Static functions removed.
+ (eval_init): call_s registered as operator rather than function.
+
+ * txr.1: Updated.
+
2014-05-10 Kaz Kylheku <kaz@kylheku.com>
Version 89