summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-01-10 21:19:47 -0800
committerKaz Kylheku <kaz@kylheku.com>2017-01-10 21:19:47 -0800
commit9d8594a8cc5d587dfd9f9a9c71caeb5f16cdf16b (patch)
tree6ff4ed44c480b9ac8cd34760fdd0a9bbf83418c3 /RELNOTES
parent31fa110355c4ef00f404e827e6778332e671d771 (diff)
downloadtxr-9d8594a8cc5d587dfd9f9a9c71caeb5f16cdf16b.tar.gz
txr-9d8594a8cc5d587dfd9f9a9c71caeb5f16cdf16b.tar.bz2
txr-9d8594a8cc5d587dfd9f9a9c71caeb5f16cdf16b.zip
Version 165.txr-165
* 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--RELNOTES24
1 files changed, 23 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index 4e5d5238..d688654d 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,10 +1,32 @@
+ TXR 165
+ 2017-01-10
+
+
+ Features
+
+ - New Lisp concept: parameter list expander macros.
+ - customize function behavior with attribute-like keywords which invoke
+ custom expanders to transform bodies and parameter lists.
+ - Throughout the TXR pattern language parser, checks against empty clauses
+ have been eliminated. Empty clauses in numerous situations are not
+ considered syntax errors.
+ - The last variable in whilet can be omitted in the same way like in iflet
+ and whenlet.
+
+ Bugs
+
+ - Fixed missing space between attribute keywords in the printed
+ representation of a hash.
+ - Windows native version picks up fix for Cygnal issue 15.
+
+
+
TXR 164
2017-01-01
Features
-
- Awk macro: new variable fw for delimiting records according to fixed field
widths.
- The last variable may now be omitted in the bindings list of iflet, whenlet