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 ef3197ba..9fde9b76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2014-07-29 Kaz Kylheku <kaz@kylheku.com>
+ * arith.c (plus, minus, mul): Fix missing breaks
+ to switch statements, leading to strange error
+ messages when wrong types are passed in.
+
+2014-07-29 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (eval_init): Register nconc as intrinsic.
* lib.c (nconcv): New function.