summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2011-12-12 12:58:30 -0700
committerLloyd Hilaiel <lloyd@hilaiel.com>2011-12-12 12:58:30 -0700
commit04a090f32f6bda183317e9336224831b42bf13f9 (patch)
tree5da8dc9736aa8041019aa652d15377c9fc6a78c9
parente2d080612f566205d16a65fdad05618f92774d4c (diff)
downloadyajl-04a090f32f6bda183317e9336224831b42bf13f9.tar.gz
changelog for 2.0.32.0.3
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9f3a07..8ff4491 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2.0.3
* John Stamp generation of a pkgconfig file at build time.
+ * @robzuber bugfix in yajl_tree_get()
+ * @lloyd - fix for compilation on 64 bit windows
2.0.2
* lth fix typos in yajl_tree.h macros YAJL_IS_INTEGER and YAJL_IS_DOUBLE,