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 ae58f4a4..44e2a244 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2014-02-11 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (apply): Fix regression in dwim operator: not handling
+ nil object properly. Since dwim now trivially delegates to apply,
+ apply must recognize nil.
+
+2014-02-11 Kaz Kylheku <kaz@kylheku.com>
+
* combi.c (comb_hash_while_fun, comb_hash_gen_fun, comb_hash): New
static functions.
(comb): Support hash tables.