summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
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