diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-01-18 21:00:58 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-01-18 21:00:58 -0800 |
commit | 6d9bc10d7e3b4b18e088a3e7dfad4864d3a7ff28 (patch) | |
tree | 56d252878dc4b7b2d11e0b111ed82e2b5e6cdda1 /RELNOTES | |
parent | c96ba19397d9fbb444d87615d7e7bc9679e05688 (diff) | |
download | txr-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-- | RELNOTES | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 |