Commit 02ac0018 authored by Dominik Charousset's avatar Dominik Charousset

Document fixes for mcast and ucast operators

parent ee06dfb0
...@@ -28,6 +28,8 @@ is based on [Keep a Changelog](https://keepachangelog.com). ...@@ -28,6 +28,8 @@ is based on [Keep a Changelog](https://keepachangelog.com).
- Fix undefined behavior in getter functions of the flow `mcast` operator. - Fix undefined behavior in getter functions of the flow `mcast` operator.
- Add checks to avoid potential UB when using `prefix_and_tail` or other - Add checks to avoid potential UB when using `prefix_and_tail` or other
operators that use the `ucast` operator internally. operators that use the `ucast` operator internally.
- The `mcast` and `ucast` operators now stop calling `on_next` immediately when
disposed.
## [0.19.0-rc.1] - 2022-10-31 ## [0.19.0-rc.1] - 2022-10-31
......
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