summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-06-27 21:14:43 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-06-27 21:14:43 -0700
commit2434b4c54ba42c153a51ba96ee24573be297c4ee (patch)
treefcfc9dff9e0fd7f0138e72c11d8a5a50b474414e /ChangeLog
parent0367ad753c7749c33f57e1e0805e0dbcea115af3 (diff)
downloadtxr-2434b4c54ba42c153a51ba96ee24573be297c4ee.tar.gz
txr-2434b4c54ba42c153a51ba96ee24573be297c4ee.tar.bz2
txr-2434b4c54ba42c153a51ba96ee24573be297c4ee.zip
* lib.c (where, sel): Extend into hashes.
* txr.1: document hash support for select and where.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67295649..c7c3cba3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2014-06-27 Kaz Kylheku <kaz@kylheku.com>
+ * lib.c (where, sel): Extend into hashes.
+
+ * txr.1: document hash support for select and where.
+
+2014-06-27 Kaz Kylheku <kaz@kylheku.com>
+
Bugfix: apply_intrinsic and iapply must not destructively
manipulate argument lists.