summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-01-15 21:38:08 -0800
committerKaz Kylheku <kaz@kylheku.com>2016-01-15 21:38:08 -0800
commit364e74f4b3fb403767509d3760c0cb00bdd46826 (patch)
tree836035d6e1570df77d7bfaff9f58a5c19f21418c /RELNOTES
parented42b9a3991196eac43a76bc27c8fe5cc239785b (diff)
downloadtxr-364e74f4b3fb403767509d3760c0cb00bdd46826.tar.gz
txr-364e74f4b3fb403767509d3760c0cb00bdd46826.tar.bz2
txr-364e74f4b3fb403767509d3760c0cb00bdd46826.zip
Version 132.txr-132
* 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--RELNOTES22
1 files changed, 22 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 0e33b4b8..65710703 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,25 @@
+ TXR 132
+ 2016-01-16
+
+
+ Features
+
+ - Unix crypt function exposed.
+ - The identity function gets an alias named "use", for a
+ readability improvement in certain functional coding scenarios.
+ - The / function becomes n-ary, allowing forms like (/ 12 3 4).
+ - New :mandatory keyword in until/last clauses, makes them a
+ required match.
+
+ Bugs
+
+ - Fixed lack of location info for unbound variable error in dohash.
+ - *print-flo-format* variable was affecting output of integers.
+ - @(gather :vars ()) was behaving the same as @(gather); that is,
+ as if :vars wasn't specified at all.
+
+
+
TXR 131
2016-01-13