summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-11 16:28:23 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-11 16:28:23 -0800
commit8910536efaa12182a4ae0158783a1bb1426cdf04 (patch)
tree7c9d97c7efc3bd1f855f8a31ddee09d0970cecf4 /RELNOTES
parent28c0b2296f8e7e268400911d8fa6bb07a5bc76b3 (diff)
downloadtxr-8910536efaa12182a4ae0158783a1bb1426cdf04.tar.gz
txr-8910536efaa12182a4ae0158783a1bb1426cdf04.tar.bz2
txr-8910536efaa12182a4ae0158783a1bb1426cdf04.zip
Version 79txr-79
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