diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-01-20 07:40:44 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-01-20 07:40:44 -0800 |
commit | 9178717bc1f1643ccdeace628a7bf1fbcea59ce1 (patch) | |
tree | 9bba2d321f438be2de6720dcae6db1c12db8b41a /RELNOTES | |
parent | a92cd39b8c12305a4e7092afe418c6006dbebeb5 (diff) | |
download | txr-248.tar.gz txr-248.tar.bz2 txr-248.zip |
Version 248txr-248
* RELNOTES: Updated.
* configure, txr.1: Bumped version and date.
* share/txr/stdlib/ver.tl: Likewise.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ + TXR 248 + 2020-01-20 + + + Features: + + - hashing: + - new hash-key-of function: get all keys that map to the specified value. + + Bugs: + + - compiler regression: incorrect reduction of (and <true-constant>) forms + to t instead of <true-constant>. + + + TXR 247 2020-01-19 |