summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be0057a5..c2547c5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-01-21 Kaz Kylheku <kaz@kylheku.com>
+
+ * lib.c (car, cdr, ldiff): Extend to handle vectors and strings.
+ Thereby, numerous previously list-only operations in TXR Lisp
+ now magically handle strings and vectors.
+
+ * txr.1: Documented.
+
2014-01-20 Kaz Kylheku <kaz@kylheku.com>
* lib.c (broken_down_time_list): New static function.