summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-11-07 19:41:48 -0800
committerKaz Kylheku <kaz@kylheku.com>2018-11-07 19:41:48 -0800
commit05d09a44cdecb34f32891d0750779cfe10339e3b (patch)
tree3b91147845258b9699be20482a2f675e592169d5 /RELNOTES
parentfdf3fd788efb143631099c2e16636e27b3241ac3 (diff)
downloadtxr-05d09a44cdecb34f32891d0750779cfe10339e3b.tar.gz
txr-05d09a44cdecb34f32891d0750779cfe10339e3b.tar.bz2
txr-05d09a44cdecb34f32891d0750779cfe10339e3b.zip
Version 201.
* 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--RELNOTES27
1 files changed, 27 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index fdb421c6..1f8ad232 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,30 @@
+ TXR 201
+ 2018-11-07
+
+
+ Features
+
+ - load now tolerates and ignores hash bang lines instead of
+ trying to parse them as syntax.
+ - previously, hash bang was only supported in files invoked
+ from the txr command line.
+ - some internal improvements related to gc.
+ - improved type mismatch diagnosis in many library areas
+ - more instances of which function triggered mismatch.
+
+ Bugs
+
+ - compiler:
+ - compile-file was incorrectly handling situation with a defpackage
+ followed by symbols from that package in the same file,
+ resulting in a file that won't load.
+ - load:
+ - exception no longer thrown when file is empty.
+ - a few instances of error messages containing a quoted
+ function name.
+
+
+
TXR 200
2018-11-05