diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | RELNOTES | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,8 @@ * parser.y (repeat_clause, rep_elem): Allow empty body. (yybadtoken): Handle unexpected newline with different message. + * RELNOTES: Updated. + 2011-11-20 Kaz Kylheku <kaz@kylheku.com> Relaxing :vars in collect/coll a little bit. @@ -43,6 +43,8 @@ Version 042 allowing strict collects to have explicit matches for unwanted material without triggering this nuisance error. + - @(repeat)/@(rep) allow empty body. + Internal - New infrastructure for matching location info to source forms. |