Commit fda16cbd authored by Dominik Charousset's avatar Dominik Charousset

Document work-stealing parameter lookup fix

parent 85fe9e55
......@@ -29,6 +29,7 @@ is based on [Keep a Changelog](https://keepachangelog.com).
`T` itself or `expected<T>` for calling a constructor of `result<T>`. To fix
the ambiguity, `result<T>` now accepts any type that allows constructing a `T`
internally without requiring a type conversion to `T` as an argument (#1245).
- Fix configuration parameter lookup for the `work-stealing` scheduler policy.
## [0.18.2] - 2021-03-26
......
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