summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES22
1 files changed, 21 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index 35e45d86..85de0764 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,4 +1,24 @@
- TXR 94
+ TXR 96
+ 2014-08-14
+
+
+ Features
+
+ - Big change in pattern language in the variable binding logic.
+ When unbound variables are followed by directives, then the full right hand
+ context to the end of the line is used to determine the binding.
+
+ - Internal functions related to tries exposed: trie-lookup-begin,
+ trie-value-at, trie-lookup-feed-char.
+
+ Bugs
+
+ - Fixed bug in ret operator: was generating fixed arity functions
+ rather than n-ary as documented.
+
+
+
+ TXR 95
2014-08-07