X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=0cadf5c360a948b9dcf4284e02b989a78cbb5c4a;hb=e3654c22459c0dd1c1cdf4aa0cda64c60f2a8299;hp=af75a6b3c9753e788c61ff2ac28140a427b6e318;hpb=047a1417fb4f09f995eb2671ee52253f7f1e1e76;p=jansson.git diff --git a/CHANGES b/CHANGES index af75a6b..0cadf5c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,36 @@ +Version 1.3 +=========== + +Released 2010-06-13 + +* New functions: + + - `json_object_iter_set()`, `json_object_iter_set_new()`: Change + object contents while iterating over it. + + - `json_object_iter_at()`: Return an iterator that points to a + specific object item. + +* New encoding flags: + + - ``JSON_PRESERVE_ORDER``: Preserve the insertion order of object + keys. + +* Bug fixes: + + - Fix an error that occured when an array or object was first + encoded as empty, then populated with some data, and then + re-encoded + + - Fix the situation like above, but when the first encoding resulted + in an error + +* Documentation: + + - Clarify the documentation on reference stealing, providing an + example usage pattern + + Version 1.2.1 =============