diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-02-14 08:09:28 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-02-14 08:09:28 -0800 |
commit | cf5bf659c31063541471fe50419b86dcb8f68e16 (patch) | |
tree | cd80eda17be42db90099afca86e984d5c7dd9e8c /RELNOTES | |
parent | d6aed482403280000627ea8c7103aef22d76936d (diff) | |
download | txr-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-- | RELNOTES | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -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 |