summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Haszlakiewicz <erh+git@nimenees.com>2013-09-11 20:27:39 -0500
committerEric Haszlakiewicz <erh+git@nimenees.com>2013-09-11 20:27:39 -0500
commit51993c28c2721b00340e1ddbd9bb133fdedf1bf4 (patch)
treee18192800a28eae1aaafb36648a3320d37e07ff5 /ChangeLog
parentb83e0f11826e86747885fc066fa5b06d50f60520 (diff)
Added a json_object_new_double_s() convenience function to allow an exact string representation of a double to be specified when creating the object and use it in json_tokener_parse_ex() so a re-serialized object more exactly matches the input.
Add json_object_free_userdata() and json_object_userdata_to_json_string() too.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 578ebc7..1f16787 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
NEXT.VERSION
- * Nothing yet...
+ * Added a json_object_new_double_s() convenience function to allow
+ an exact string representation of a double to be specified when
+ creating the object and use it in json_tokener_parse_ex() so
+ a re-serialized object more exactly matches the input.
0.11