summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-02-14 08:09:28 -0800
committerKaz Kylheku <kaz@kylheku.com>2019-02-14 08:09:28 -0800
commitcf5bf659c31063541471fe50419b86dcb8f68e16 (patch)
treecd80eda17be42db90099afca86e984d5c7dd9e8c /RELNOTES
parentd6aed482403280000627ea8c7103aef22d76936d (diff)
downloadtxr-cf5bf659c31063541471fe50419b86dcb8f68e16.tar.gz
txr-cf5bf659c31063541471fe50419b86dcb8f68e16.tar.bz2
txr-cf5bf659c31063541471fe50419b86dcb8f68e16.zip
Version 210.txr-210
* RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. * txr.vim, tl.vim: Regenerated.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES25
1 files changed, 24 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index 3bfa5f9a..93fdd907 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,5 +1,28 @@
+ TXR 210
+
+
+ Features
+
+ - Hashing:
+ - New functions hash-symdiff (symmetric difference) and hash-from-alist.
+ - Performance optimizations.
+
+ - Library:
+ - diff, isec and uni work efficiently for non-list sequences, and
+ support hashes.
+ - New function symdiff (symmetric difference).
+
+ Bugs
+
+ - hash-uni was wrongly calling the join-func also for keys that are only in
+ the left hash, rather than just keys that are in both hashes.
+ - Listener regression in TXR 209: hitting Enter in multi-line mode causes
+ ^M to appear instead of advancing to the next line.
+
+
+
TXR 209
- 2019-02-08
+ 2019-02-14
Features