summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES25
1 files changed, 25 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 0074b7f6..4cd8e0c8 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,28 @@
+ TXR 204
+ 2018-12-18
+
+
+ Features
+
+ - New function nzerop: negates zerop so we don't have to
+ write (not (zerop x)).
+ - Turning off -fstack-protector gcc option foisted by some distros
+ - improves VM performance about 7% in loop benchmark.
+
+ Bugs
+
+ - defvar:
+ - fix variable being in a state of limbo if the
+ initializing expression throws.
+ - build:
+ - we were ignoring the LDFLAGS variable from
+ the make command line or environment.
+ - character handling:
+ - fix UTF-8 decoder bug causing failure to decode four-byte
+ sequences correctly.
+
+
+
TXR 203
2018-11-29