Note a few recent changes in the ChangeLog.
authorEric Haszlakiewicz <ehaszla@transunion.com>
Tue, 3 May 2011 21:17:50 +0000 (21:17 +0000)
committerEric Haszlakiewicz <ehaszla@transunion.com>
Tue, 3 May 2011 21:17:50 +0000 (21:17 +0000)
git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@71 327403b1-1117-474d-bef2-5cb71233fd97

ChangeLog

index 6f54e13..5d2c9af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,13 @@
 0.10
+  * Fix a bug in json_object_get_int(), which would incorrectly return 0
+    when called on a string type object.
+    Eric Haszlakiewicz
+  * Add a json_type_to_name() function.
+    Eric Haszlakiewicz
+  * Add a json_tokener_parse_verbose() function.
+    Jehiah Czebotar
+  * Improve support for null bytes within JSON strings.
+    Jehiah Czebotar
   * Fix file descriptor leak if memory allocation fails in json_util
     Zachary Blair, zack_blair at hotmail dot com
   * Add int64 support. Two new functions json_object_net_int64 and