summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-03-30 18:54:31 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-03-30 18:54:31 -0700
commit4f2424f10052ef6ad8cf4fe3fd7bae0d1aa83c0d (patch)
tree836de92b932ab8733d87de29a9429767aef9e673 /RELNOTES
parentfd93094ebeae18ded6448dbaad2b78aeb2f1ccde (diff)
downloadtxr-4f2424f10052ef6ad8cf4fe3fd7bae0d1aa83c0d.tar.gz
txr-4f2424f10052ef6ad8cf4fe3fd7bae0d1aa83c0d.tar.bz2
txr-4f2424f10052ef6ad8cf4fe3fd7bae0d1aa83c0d.zip
Version 137.txr-137
* RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. * txr.vim, tl.vim: Regenerated.
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