Commit 82e8a93f authored by Dominik Charousset's avatar Dominik Charousset

Add changelog entry for the new JSON types

parent 9f165f48
...@@ -5,6 +5,11 @@ is based on [Keep a Changelog](https://keepachangelog.com). ...@@ -5,6 +5,11 @@ is based on [Keep a Changelog](https://keepachangelog.com).
## [Unreleased] ## [Unreleased]
### 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 ### Fixed
- Passing a response promise to a run-delayed continuation could result in a - 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