summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES23
1 files changed, 23 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 7afa1dc8..c46c8325 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,26 @@
+ TXR 046
+ 2012-12-06
+
+
+ Features
+
+ - Vector-related functions exposed in Lisp interpreter.
+
+ - Syntax added for specifying vector literals in code.
+
+ - Length function made generic over strings, lists and vectors.
+
+ Bugs
+
+ - Broken get_line function over string input streams fixed.
+
+ - Some kinds of character literals were not being recognized properly.
+
+ - bugfixes in configure script, affecting 64 bit Mac OS X. Thanks
+ to Andy Wildenberg for reporting issue and confirming root cause.
+
+
+
TXR 045
2012-12-05