summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-09-23 14:49:00 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-09-23 14:49:00 -0700
commitd11481b8cd38d63d21d50fb1b7fc9c49a7f21c0d (patch)
tree7dae5806116bab644503c2b29b1f4c8824d52368 /ChangeLog
parentb8b81379badbe9f5d91a10e521ac2985b5da4979 (diff)
downloadtxr-d11481b8cd38d63d21d50fb1b7fc9c49a7f21c0d.tar.gz
txr-d11481b8cd38d63d21d50fb1b7fc9c49a7f21c0d.tar.bz2
txr-d11481b8cd38d63d21d50fb1b7fc9c49a7f21c0d.zip
* match.c, parser.y: Support for old output syntax removed.
Leading :nothrow with trailing material is an error now. * txr.1: Updated. Made note of errors in pipes being asynchronous.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f625f46b..facb6c99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2011-09-23 Kaz Kylheku <kaz@kylheku.com>
+ * match.c, parser.y: Support for old output syntax removed.
+ Leading :nothrow with trailing material is an error now.
+
+ * txr.1: Updated. Made note of errors in pipes being asynchronous.
+
+2011-09-23 Kaz Kylheku <kaz@kylheku.com>
+
* tests/002/query-1.txr: Old next syntax rewritten to new.
2011-09-23 Kaz Kylheku <kaz@kylheku.com>