summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES17
1 files changed, 17 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index c89e7be6..67ebccb4 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,20 @@
+ TXR 195
+ 2018-05-04
+
+
+ Bugs
+
+ - Overhaul of handling of parameters that are special variables.
+ - was not implemented at all in interpreted destructuring.
+ - compiled destructuring implemented it by using let.
+ - had subtly wrong scoping semantics, not affecting most code.
+ - was broken completely due to a regression in TXR 190
+ - MacOS and Solaris ports:
+ - fixed broken method for getting TXR's executable path, which
+ caused TXR not to work unless invoked via full path.
+
+
+
TXR 194
2018-04-30