Browse Source

Note a few recent changes in the ChangeLog.

git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@71 327403b1-1117-474d-bef2-5cb71233fd97
tags/json-c-0.10-20120530
Eric Haszlakiewicz 14 years ago
parent
commit
20707f4e14
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      ChangeLog

+ 9
- 0
ChangeLog View File

@@ -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


Loading…
Cancel
Save