summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 97f24405..009873c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-11-17 Kaz Kylheku <kaz@kylheku.com>
+
+ * parser.y: Bugfix: precedence of { } must be low, close to that of
+ IDENT, otherwise @{var}@(foo) doesn't parse.
+
2011-11-16 Kaz Kylheku <kaz@kylheku.com>
Allow directives after variable to be a kind of negative match.