summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--RELNOTES2
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cf27d2f..162f97c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/RELNOTES b/RELNOTES
index 20142bdb..9b70cd76 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -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.