summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e51f06ba..4101ba1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2011-11-23 Kaz Kylheku <kaz@kylheku.com>
+ * lib.c (plus, minus): Fixed wrong assertion which would incorrectly
+ fire for inputs that do not overflow.
+
+ * match.c (search_form): Fixed incorrect loop test which could
+ lead to nonterminating behavior.
+
+ * RELNOTES: Updated.
+
+2011-11-23 Kaz Kylheku <kaz@kylheku.com>
+
Semantics change. If a variable is followed by a mixture
of text and regular expressions, that whole mixture is
considered to follow the variable and used for matching.