summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-01-18 21:00:58 -0800
committerKaz Kylheku <kaz@kylheku.com>2019-01-18 21:00:58 -0800
commit6d9bc10d7e3b4b18e088a3e7dfad4864d3a7ff28 (patch)
tree56d252878dc4b7b2d11e0b111ed82e2b5e6cdda1 /RELNOTES
parentc96ba19397d9fbb444d87615d7e7bc9679e05688 (diff)
downloadtxr-6d9bc10d7e3b4b18e088a3e7dfad4864d3a7ff28.tar.gz
txr-6d9bc10d7e3b4b18e088a3e7dfad4864d3a7ff28.tar.bz2
txr-6d9bc10d7e3b4b18e088a3e7dfad4864d3a7ff28.zip
Version 206.txr-206
* 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--RELNOTES18
1 files changed, 18 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 3360f953..b1d99f49 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,21 @@
+ TXR 206
+ 2019-01-18
+
+
+ Features
+
+ - deffi, deffi-var and deffi-sym macros now helpfully diagnose if they
+ require a surrounding with-dyn-lib macro that is missing.
+
+ Bugs
+
+ - fixed bugs in vec-carray and list-carray functions.
+ - fixed bug in addition involving a bignum and small integer.
+ - fixed bug in random and rand function: not generating values
+ over the full range specified by the modulus.
+
+
+
TXR 205
2019-01-15