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 ea191850..b15a3860 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2015-07-21 Kaz Kylheku <kaz@kylheku.com>
+ * share/txr/stdlib/place.tl (defplace cdr): Change deletion
+ semantics so that (del (cdr x)) is symmetric with (del (car x)).
+
+ * txr.1: Update documentation.
+
+2015-07-21 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (eval_init): Register new split function.
* lib.c (split_func): New static function.