summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES22
1 files changed, 22 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 09bc675b..5717f05b 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,25 @@
+ TXR 137
+ 2016-03-30
+
+
+ Features
+
+ - Heads up: @(if) directive changes semantics.
+ - no longer a syntactic sugar for @(cases)/@(require).
+ - Rightmost-match variants added for various search
+ functions: rfind, rpos, rmember and numerous others.
+ - New macro lset for assigning consecutive elements of
+ a sequence to multiple places.
+
+ Bugs
+
+ - Fix in lazy string implementation:
+ - printing lazy string was not observing the string's limit
+ - see limit-count param in lazy-str function.
+ - Fix in error location reporting across macro expansions.
+
+
+
TXR 136
2016-03-20