summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2023-08-06 00:02:54 -0700
committerKaz Kylheku <kaz@kylheku.com>2023-08-06 00:02:54 -0700
commit50c46d1086bb7ae847a1e212dc888360b79e8d88 (patch)
tree9c911296647a122e7d495f6d731ca8000f129f8c /RELNOTES
parent6dbf2ec9f62472b68477b751afd585ce0537f5eb (diff)
downloadtxr-291.tar.gz
txr-291.tar.bz2
txr-291.zip
Version 291.txr-291
* RELNOTES: Updated. * configure (txr_ver): Bumped version. * stdlib/ver.tl (lib-version): Bumped. * txr.1: Bumped version and date. * txr.vim, tl.vim: Regenerated.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES24
1 files changed, 24 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 34deeac0..8045633a 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,27 @@
+ TXR 291
+ 2023-08-06
+
+
+ Features
+
+ - opip macro:
+ - now supports binding variables which are visible
+ to the rest of the chain.
+
+
+ Bugs
+
+ - symbol-function accessor: not supporting functions whose names are not
+ symbols, like (meth ...)
+ - Regression introduced in TXR 290.
+ - compiler: invalid constant folding of load-time values.
+ - Recent regression.
+ - Pattern Language: in output-side @(repeat), inability to specify :vars
+ together with :counter.
+ - Regression dating back to March 2016.
+
+
+
TXR 290
2023-07-29