summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-01-11 19:36:27 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-01-11 19:36:27 -0800
commit989f550a28fb8ac7164da38018ca43b542d1a086 (patch)
treebc70b7464dc2620b0be96266cbfc16564f7175e9 /RELNOTES
parentb765dfd93a0499de9781ff50efdc989cf06bba03 (diff)
downloadtxr-989f550a28fb8ac7164da38018ca43b542d1a086.tar.gz
txr-989f550a28fb8ac7164da38018ca43b542d1a086.tar.bz2
txr-989f550a28fb8ac7164da38018ca43b542d1a086.zip
Version 53
* txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * RELNOTES: Updated.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES24
1 files changed, 24 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 470935c9..eb620b2c 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,27 @@
+ TXR 53
+ 2011-01-11
+
+
+ Features
+
+ - In variable substitutions in output and quasiliterals, the field
+ width expression is now evaluated.
+
+ - TXR Lisp:
+
+ - New operators and functions for generating lazy lists more conveniently.
+ - lazy mapcar and mappend: return lazy list.
+ - delay and force operators.
+ - parallel iteration/collection over lists.
+ - list-str function for splitting string into list of characters.
+
+ Bugs
+
+ - Fixed global buitin variables, broken in 52. Properly implemented
+ intended fix.
+
+
+
TXR 52
2011-01-07