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