summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-26 01:11:22 -0400
committerKaz Kylheku <kaz@kylheku.com>2011-10-26 01:11:22 -0400
commitdabff9ab6f89a1ec36461022a811c1f10cd09f17 (patch)
tree3567e90c89a79b8c9a4fe1c157b1843cffb01a17 /ChangeLog
parent6d7e225fa1dded120dd959074c0d269c38459713 (diff)
downloadtxr-dabff9ab6f89a1ec36461022a811c1f10cd09f17.tar.gz
txr-dabff9ab6f89a1ec36461022a811c1f10cd09f17.tar.bz2
txr-dabff9ab6f89a1ec36461022a811c1f10cd09f17.zip
* match.c (v_cat): Bugfix: unterminated variable argument list.
* tests/001/query-3.txr: Updated to new cat syntax.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index accf2a84..36f9205d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-10-26 Kaz Kylheku <kaz@kylheku.com>
+ * match.c (v_cat): Bugfix: unterminated variable argument list.
+
+ * tests/001/query-3.txr: Updated to new cat syntax.
+
+2011-10-26 Kaz Kylheku <kaz@kylheku.com>
+
Fixed lame @(cat) directive, without obsolescence phase.
* match.c (v_cat): Rewritten.