summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7047987..7b9b1b53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2014-01-23 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (do_eval): Fix incorrect, recently introduced code
+ rearrangement that gives precedence to operator lookup over function
+ lookup.
+
+2014-01-23 Kaz Kylheku <kaz@kylheku.com>
+
Bugfix: @(require ...) not expanding forms.
* eval.c (expand_forms): Static function becomes external.