summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
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