summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-08-14 07:36:31 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-08-14 07:36:31 -0700
commitb8109c296982b8641a47f9cb6223b6102fef4b8c (patch)
treeac7d9fcc1bcaad008a64cee86bef73271f1ef635 /RELNOTES
parentdc35aae3bfb0f5502d0848d9ad6478480a9ddd37 (diff)
downloadtxr-b8109c296982b8641a47f9cb6223b6102fef4b8c.tar.gz
txr-b8109c296982b8641a47f9cb6223b6102fef4b8c.tar.bz2
txr-b8109c296982b8641a47f9cb6223b6102fef4b8c.zip
Version 96.txr-96
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