summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26eb20f8..74da2f6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-10-01 Kaz Kylheku <kaz@kylheku.com>
+ * parser.y (all_clause, some_clause, none_clause, maybe_clause,
+ cases_clause, choose_clause, elem): Regression bug fix: bad list calls
+ in parser, lacking nao terminator.
+
+2011-10-01 Kaz Kylheku <kaz@kylheku.com>
+
Regression bug fix: longest match variables broken by
2011-09-28 commit which introduced the double var match.