summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 21fca013..f9bcb661 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2012-02-02 Kaz Kylheku <kaz@kylheku.com>
+ This test case would have caught the prior regression.
+
+ * Makefile (TXR_ARGS): Defined for new test case.
+
+ * tests/010/align-columns.dat: New file.
+
+ * tests/010/align-columns.expected: New file.
+
+ * tests/010/align-columns.txr: New file.
+
+2012-02-02 Kaz Kylheku <kaz@kylheku.com>
+
* match.c (format_field): Regression. Was not handling modifiers
which are compound expression (e.g. computed field widths).
This was broken by the first commit of 2012-01-26.