X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=0cadf5c360a948b9dcf4284e02b989a78cbb5c4a;hb=a1c185a376d03b8baee06fc18bfe057ac81cf6d3;hp=19226dea83282d2b99405c1059a4f7075f851280;hpb=8b2b12e05fdcb14c19bf2fc31223838b417354cd;p=jansson.git diff --git a/CHANGES b/CHANGES index 19226de..0cadf5c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,11 +1,35 @@ -Version 1.3 (in development) -============================ +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 =============