Commit e72b48a3 authored by Dominik Charousset's avatar Dominik Charousset

Add changelog entry for the new JSON types

parent 7546bfce
......@@ -25,6 +25,11 @@ is based on [Keep a Changelog](https://keepachangelog.com).
- JSON inspectors now allow users to use a custom `type_id_mapper` to generate
and parse JSON text that uses different names for the types than the C++ API.
### Added
- The new classes `json_value`, `json_array` and `json_object` allow working
with JSON inputs directly. Actors can also pass around JSON values safely.
### Fixed
- Passing a response promise to a run-delayed continuation could result in a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment