summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2011-04-28 09:51:49 -0600
committerLloyd Hilaiel <lloyd@hilaiel.com>2011-04-28 09:51:49 -0600
commitc7e221808b2a8d882d18592339cc0b1afddbf7c1 (patch)
tree3e260671be2af40baf22d7a3ffe937fd98c13fe3 /ChangeLog
parent7d34a7d572d0b261c2c819c7961e9263922e81c5 (diff)
downloadyajl-c7e221808b2a8d882d18592339cc0b1afddbf7c1.tar.gz
#ifdef __cpluplus wrappers for yajl_tree, closes #29
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e228e5..bae37cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2.0.2
+ * lth add #ifdef __cplusplus wrappers to yajl_tree to allow proper
+ usage from many populer C++ compilers.
+
2.0.1
* lth generator flag to allow client to specify they want
escaped solidi '/'. issue #28