summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f84751b4..d2a40266 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2014-07-19 Kaz Kylheku <kaz@kylheku.com>
+ * hash.c (hash_construct): Nullify the pairs argument so that
+ it works correctly with an empty vector.
+
+ * txr.1: Write missing documentation for hash-construct.
+
+2014-07-19 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (mapdov): New function.
(eval_init): Register mapdo intrinsic.