summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-04-26 06:46:49 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-04-26 08:14:33 -0700
commitd5faa2f124eff2c6f2079f6adc04cdbcc02c676e (patch)
tree3435aa1129a66c3c1976599c27e789669e0f92a6 /RELNOTES
parent180ddff09533320cad4f90429950935f37c9932d (diff)
downloadtxr-d5faa2f124eff2c6f2079f6adc04cdbcc02c676e.tar.gz
txr-d5faa2f124eff2c6f2079f6adc04cdbcc02c676e.tar.bz2
txr-d5faa2f124eff2c6f2079f6adc04cdbcc02c676e.zip
Version 107.txr-107
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES22
1 files changed, 22 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 965f0afc..02a3cbb0 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,25 @@
+ TXR 107
+ 2015-04-26
+
+
+ Features
+
+ - Change in representation of promise objects. The force function
+ now detects recursion and throws an error.
+
+ - New mlet macro: a step beyond Scheme's letrec.
+
+ - A trivial optimization in the keywordp function more than doubles
+ the interpretation speed of TXR Lisp.
+
+ Bugs
+
+ - Fixed regression in the garbage collector introduced in October 2014,
+ TXR 100. This would cause runaway memory growth, due to the garbage
+ collector creating unnecessary new heaps.
+
+
+
TXR 106
2015-04-21