aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2010-06-14 14:33:44 +0300
committerPetri Lehtinen <petri@digip.org>2010-06-14 14:35:38 +0300
commitb461c652b490219ccbbedc4fd663a564dd92d502 (patch)
treed7d6e784e3954c7e09d77dc7f4e7ff2d04543106 /CHANGES
parent2caac965d4f675b51815be4a5ae1f305587be911 (diff)
downloadjansson-b461c652b490219ccbbedc4fd663a564dd92d502.zip
jansson-b461c652b490219ccbbedc4fd663a564dd92d502.tar.gz
jansson-b461c652b490219ccbbedc4fd663a564dd92d502.tar.bz2
Add a few missing changes to CHANGES for v1.3
These were forgotten when releasing.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 73d149c..0cadf5c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,14 @@ 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