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