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 29472e77..e5f96969 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-03-27 Kaz Kylheku <kaz@kylheku.com>
+
+ * stream.c (vformat): Compensate for differences in printf
+ implementations with regard to printing floating point exponents.
+ by deleting any plus sign and leading zeros after the 'e'.
+
+ * tests/009/json.expected: Regenerated.
+
2012-03-26 Kaz Kylheku <kaz@kylheku.com>
Filtering on lists and nested lists is hereby made to work.