summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
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