summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-03-01 16:33:01 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-03-01 16:33:01 -0800
commitc4aa3b20979ba9a6de64ce3b02281437687ce6ba (patch)
tree2d879c90d4160fa6d50f799807c3f7589a76f453 /ChangeLog
parentc99e75b3f7458084072743aaa38b8a56197084d6 (diff)
downloadtxr-c4aa3b20979ba9a6de64ce3b02281437687ce6ba.tar.gz
txr-c4aa3b20979ba9a6de64ce3b02281437687ce6ba.tar.bz2
txr-c4aa3b20979ba9a6de64ce3b02281437687ce6ba.zip
* match.c (v_load): Check for errors during the parse and throw an exception.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f92b4152..18d1e889 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* match.c (v_load): Fixed broken functionality. Failing to evaluate
directives following the load and consume input properly.
+ Check for errors during the parse and throw an exception.
2012-03-01 Kaz Kylheku <kaz@kylheku.com>