summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b68c559..a1b00fd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2015-05-14 Kaz Kylheku <kaz@kylheku.com>
+
+ * lib.c (replace_list, replace_str, replace_vec): Handle
+ the case when from is a vector, for consistency with the sel
+ function and the dwim operator.
+
+ * txr.1: Document that the third argument of select and replace may be
+ a vector.
+
2015-05-13 Kaz Kylheku <kaz@kylheku.com>
Recursive lcons force bug (keep-if*, remove-if*).