summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba297dcd..60f541e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-08-04 Kaz Kylheku <kaz@kylheku.com>
+
+ * stream.c (indent_mode_put_string): Function removed,
+ logic hoisted into put_string.
+ (put_string, put_char): Always count column, indent mode or not.
+
+ * tests/009/json.expected: Updated.
+
2015-08-03 Kaz Kylheku <kaz@kylheku.com>
Define TXR_DBG macro when compiling debug build.