summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-01-28 19:48:30 -0800
committerKaz Kylheku <kaz@kylheku.com>2019-01-28 19:48:30 -0800
commit79fef71c0f043aa7eba5251fe2a76d33bd4c4359 (patch)
tree153ae3e11761caee208a0cade7ec6ce87b9952d2 /RELNOTES
parent9f3017b83ef9bd14bc7a4ed580e46790450ca39d (diff)
downloadtxr-79fef71c0f043aa7eba5251fe2a76d33bd4c4359.tar.gz
txr-79fef71c0f043aa7eba5251fe2a76d33bd4c4359.tar.bz2
txr-79fef71c0f043aa7eba5251fe2a76d33bd4c4359.zip
Version 208.txr-208
* RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES24
1 files changed, 24 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 6500090b..b20f75d6 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,27 @@
+ TXR 208
+ 2019-01-28
+
+
+ Features
+
+ - The -f command line option can be used with the Hash Bang Null Hack.
+
+ Bugs
+
+ - Showstopper bug in copy-hash also affecting hash-diff.
+ - Pattern Language:
+ - Bug in @(next) directive's :nothrow
+ - @(next "file" :nothrow) wrongly reading from standard input
+ if opening "file" throws.
+ - @(next expr :nothrow) not catches error exception
+ thrown by Lisp code.
+ - The documentation can be interpreted as requiring this
+ and the expectation is intuitive.
+ - Same with @(next :list <expr> :nothrow) and
+ @(next :string <expr> :nothrow).
+
+
+
TXR 207
2019-01-26