diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-08-06 00:02:54 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-08-06 00:02:54 -0700 |
commit | 50c46d1086bb7ae847a1e212dc888360b79e8d88 (patch) | |
tree | 9c911296647a122e7d495f6d731ca8000f129f8c /RELNOTES | |
parent | 6dbf2ec9f62472b68477b751afd585ce0537f5eb (diff) | |
download | txr-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-- | RELNOTES | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -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 |