summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-01-16 06:23:49 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-01-16 06:23:49 -0800
commitda6ce99db9ac21b417262f5d23e605aee391b70e (patch)
tree7c67c460c2da78d99a7b1ac7cd4db5f26c689679 /ChangeLog
parent6a3afa9e22cd33e88f0b1527fcff06c6b42c355d (diff)
downloadtxr-da6ce99db9ac21b417262f5d23e605aee391b70e.tar.gz
txr-da6ce99db9ac21b417262f5d23e605aee391b70e.tar.bz2
txr-da6ce99db9ac21b417262f5d23e605aee391b70e.zip
* hash.c (group_by): New function.
* hash.h (group_by): Declared. * eval.c (eval_init): group_by registered as group-by intrinsic. * txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60977626..ee79b4be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2014-01-16 Kaz Kylheku <kaz@kylheku.com>
+ * hash.c (group_by): New function.
+
+ * hash.h (group_by): Declared.
+
+ * eval.c (eval_init): group_by registered as group-by intrinsic.
+
+ * txr.1: Documented.
+
+2014-01-16 Kaz Kylheku <kaz@kylheku.com>
+
Version 75
* txr.c (version): Bumped.