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 1f8ad232..044d5f6e 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,25 @@
+ TXR 202
+ 2018-11-22
+
+
+ Features
+
+ - Some optimizations in arithmetic library, compiler and virtual machine.
+ - New function copy-fun:
+ - copies functions, making a duplicate of their environment.
+ - can take a "snapshot" of a closure.
+
+ Bugs:
+
+ - compiler:
+ - compile function now correctly handles functions that carry a lexical
+ environment.
+ - interpreted environment gets compiled into VM environment.
+ - Build issue upstreamed from Void Linux distro:
+ - On Musl library, <sys/select.h> header is required for fd_set.
+
+
+
TXR 201
2018-11-07