summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES20
1 files changed, 20 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index dc9ca2ba..9d2f215d 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,23 @@
+ TXR 79
+ 2014-02-11
+
+
+ Features
+
+ - New functions comb, perm, rcomp and rperm for calculating repeating and
+ non-repeating combinations and permuations of sequences (lists, vectors and
+ strings). Hashes are supported by comb function.
+
+ Bugs
+
+ - Hardening of code for handling excessively large vectors.
+
+ - Bugfix in quasistring handling in TXR Lisp.
+
+ - Bugfix in if function (not the if operator).
+
+
+
TXR 78
2014-02-06