mirror of
https://github.com/akheron/jansson.git
synced 2025-04-05 13:35:05 +00:00
Merge branch '2.8'
This commit is contained in:
commit
86196250b8
1 changed files with 2 additions and 2 deletions
4
CHANGES
4
CHANGES
|
@ -7,7 +7,7 @@ Released 2016-08-30
|
|||
|
||||
- Always preserve insertion order of object items.
|
||||
`json_object_iter()` and friends, `json_object_foreach()` and
|
||||
json_dumps() and friends now always work in the insertion order of
|
||||
`json_dumps()` and friends now always work in the insertion order of
|
||||
object items (#293).
|
||||
|
||||
- Add `json_object_foreach_safe()` macro that allows
|
||||
|
@ -80,7 +80,7 @@ Released 2016-08-30
|
|||
|
||||
- Other minor fixes (#221, #248).
|
||||
|
||||
* Ohter changes:
|
||||
* Other changes:
|
||||
|
||||
- List all unrecognized object keys when strict unpacking fails
|
||||
(#263).
|
||||
|
|
Loading…
Add table
Reference in a new issue