summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RELNOTES12
1 files changed, 11 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index 3058ee29..16ddc511 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,15 +1,25 @@
TXR 044
201?-??-??
+
+ Features
+
+ - Lisp interpreter added.
+
+ - Relaxed rules for what constitutes symbol names.
+
+
Bugs
- - Fixed regression in source location tracking (line numbers
+ - Regression in source location tracking (line numbers
shown in debugger and trace output).
- Fixed :vars () in collect/coll not working as intended.
This should prevent any bindings from being collected, and
allows iteration with collect without accumulating memory.
+ - Two-year-old bug in weak hash tables.
+
TXR 043
2011-11-23