summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0c3717b..38b3d83a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2015-06-27 Kaz Kylheku <kaz@kylheku.com>
+
+ Fix TXR 97 regression in quasiliterals.
+
+ * eval.c (expand_quasi): When the modifiers argument of a var
+ item is expanded, the expansion incorrectly places it as the
+ fourth item rather than third. This is effectively a continuation
+ of the incomplete regression fix that was applied on 2014-08-29.
+ The breakage is that `@{(expr) modifier}` ignores modifier
+ whenever (expr) is an expression that undergoes expansion.
+
2015-06-26 Kaz Kylheku <kaz@kylheku.com>
Third round of quasiliteral-related fixes.