summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-08-04 08:34:04 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-08-04 08:34:04 -0700
commit7b226277f9ab1d27c657e80e4a44c43c0bedf002 (patch)
tree1f971f10d80119d3b8ddc89d7140697cc8cee07c /ChangeLog
parentc595d3043110cf1820d22e17454e4cf787562894 (diff)
downloadtxr-7b226277f9ab1d27c657e80e4a44c43c0bedf002.tar.gz
txr-7b226277f9ab1d27c657e80e4a44c43c0bedf002.tar.bz2
txr-7b226277f9ab1d27c657e80e4a44c43c0bedf002.zip
* 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.
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.