summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2011-12-19 17:23:22 -0700
committerLloyd Hilaiel <lloyd@hilaiel.com>2011-12-19 17:23:22 -0700
commitfee1ebef9fa7dc0e9f5a23f37123b19b68c796ff (patch)
tree95dd5caa72db8f877c07295e0cee10bf80a91b08
parenta160dcb65f1258214d32870f281bbae46a4b6f47 (diff)
downloadyajl-fee1ebef9fa7dc0e9f5a23f37123b19b68c796ff.tar.gz
changes in 2.0.42.0.4
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 65d0a88..bdb6446 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2.0.4
-
+ * @jcekstrom - additional checking in integer parsing
+ * @jcekstrom - fix a bug in yajl_tree that would cause valid json integersto fail to parse
+ * @plaguemorin - fix a memory leak in yajl_tree (error strings were being leaked)
+ * @7AC - reset errno
+ * @ConradIrwin - include flags to reformatter to allow toggling of escape solidus option
2.0.3
* John Stamp generation of a pkgconfig file at build time.