Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ibireme committed May 14, 2023
1 parent ac1191f commit 2310133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ All notable changes to this project will be documented in this file.
- Add `YYJSON_WRITE_PRETTY_TWO_SPACES` option to allow 2 spaces instead of 4 spaces when writing pretty JSON: #99
- Add `yyjson_get_num()` function to convert and return any number value as `double`: #108
- Add support for Loongarch: #112
- Add functions to get type-specific values specified by JSON Pointer: #116
- Add functions to read/write JSON with file pointer `FILE *`: #122
- Add functions to support modifying memory pool size of `yyjson_mut_doc`.
- Add functions to read/write JSON with file pointer `FILE *`.
- Add convenience functions `iter_with()` for creating iterator.
- Add functions to modify JSON by JSON Pointer, such as `ptr_set()` and `ptr_remove()`.
- Add functions to get type-specific values specified by JSON Pointer.
- Add support for JSON Patch (RFC 6902).

#### Changed
Expand Down

0 comments on commit 2310133

Please sign in to comment.