summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2011-04-28 11:04:26 -0600
committerLloyd Hilaiel <lloyd@hilaiel.com>2011-04-28 11:04:26 -0600
commit5b0e7df9f60820dbd9d3faf8bae620f87cbb37bd (patch)
treea906037a76812a34204768ece0d436a5f089aa93 /ChangeLog
parentc7e221808b2a8d882d18592339cc0b1afddbf7c1 (diff)
downloadyajl-5b0e7df9f60820dbd9d3faf8bae620f87cbb37bd.tar.gz
fix typos in YAJL_IS_INTEGER and YAJL_IS_NUMBER. closes #302.0.2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bae37cd..666fade 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
2.0.2
+ * lth fix typos in yajl_tree.h macros YAJL_IS_INTEGER and YAJL_IS_DOUBLE,
+ contributed by Artem S Vybornov.
* lth add #ifdef __cplusplus wrappers to yajl_tree to allow proper
usage from many populer C++ compilers.