summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-01-20 07:40:44 -0800
committerKaz Kylheku <kaz@kylheku.com>2021-01-20 07:40:44 -0800
commit9178717bc1f1643ccdeace628a7bf1fbcea59ce1 (patch)
tree9bba2d321f438be2de6720dcae6db1c12db8b41a /RELNOTES
parenta92cd39b8c12305a4e7092afe418c6006dbebeb5 (diff)
downloadtxr-9178717bc1f1643ccdeace628a7bf1fbcea59ce1.tar.gz
txr-9178717bc1f1643ccdeace628a7bf1fbcea59ce1.tar.bz2
txr-9178717bc1f1643ccdeace628a7bf1fbcea59ce1.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--RELNOTES16
1 files changed, 16 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 16df5017..63135a1c 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -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