diff options
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ - Fixed 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. + TXR 043 2011-11-23 |