summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-01 08:09:59 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-01 08:09:59 -0800
commit06502e03c731b13c2dd234265c1bd1d845d25747 (patch)
tree9591a2e93e8bc04c78df78e6dcdb593f6d186ea4
parent3d6cbdfd5e29a48da30493d98e9653d5eebbd9f5 (diff)
downloadtxr-06502e03c731b13c2dd234265c1bd1d845d25747.tar.gz
txr-06502e03c731b13c2dd234265c1bd1d845d25747.tar.bz2
txr-06502e03c731b13c2dd234265c1bd1d845d25747.zip
Update.
-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