summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 912e2854..6b569dd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2014-02-03 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (op_modplace): Fixing a few argument count mismatches
+ in format calls.
+
+2014-02-03 Kaz Kylheku <kaz@kylheku.com>
+
Tighten up environment visibility semantics of default argument
init forms, while streamlining the implementation.