summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bcc0b331..17f33500 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2014-08-08 Kaz Kylheku <kaz@kylheku.com>
+
+ Bugfix: ret operator does not generate functions
+ that take any number of arguments.
+
+ * eval.c (me_ret): Generate (op identity (progn @rest <expr>))
+ rather than of (op identity <expr>).
+
+ * txr.1: Update misleading equivalence.
+
2014-08-07 Kaz Kylheku <kaz@kylheku.com>
Version 95.