summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-21 20:08:36 -0400
committerKaz Kylheku <kaz@kylheku.com>2011-10-21 20:08:36 -0400
commitd1cd4c2cd7957cb22282905f7a41cd34b6db08ed (patch)
tree77aac623e4e9233fd08ee67930c6cee6abd2d92a /ChangeLog
parent7b0ce1eddae8284274e4a5c9fc7062dd1c535a56 (diff)
downloadtxr-d1cd4c2cd7957cb22282905f7a41cd34b6db08ed.tar.gz
txr-d1cd4c2cd7957cb22282905f7a41cd34b6db08ed.tar.bz2
txr-d1cd4c2cd7957cb22282905f7a41cd34b6db08ed.zip
* match.c (v_collect): Regression bugfix. Make it work like the comment
says: until/last clause has visibility to uncollated bindings from collect.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 086be220..9abf2bd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-10-21 Kaz Kylheku <kaz@kylheku.com>
+ * match.c (v_collect): Regression bugfix. Make it work like the comment
+ says: until/last clause has visibility to uncollated bindings from
+ collect.
+
+2011-10-21 Kaz Kylheku <kaz@kylheku.com>
+
Implementing @(set) directive for assigning to variables
destructively.