Commit d4ed0e93 authored by Dominik Charousset's avatar Dominik Charousset

Add latest API additions to the changelog

parent 48d49321
...@@ -11,6 +11,9 @@ is based on [Keep a Changelog](https://keepachangelog.com). ...@@ -11,6 +11,9 @@ is based on [Keep a Changelog](https://keepachangelog.com).
with JSON inputs directly. Actors can also pass around JSON values safely. with JSON inputs directly. Actors can also pass around JSON values safely.
- Futures can now convert to observable values for making it easier to process - Futures can now convert to observable values for making it easier to process
asynchronous results with data flows. asynchronous results with data flows.
- Add new `*_weak` variants of `scheduled_actor::run_{delayed, scheduled}`.
These functions add no reference count to their actor, allowing it to become
unreachable if other actors no longer reference it.
### Fixed ### Fixed
......
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