Commit f9d5c312 authored by Dominik Charousset's avatar Dominik Charousset

Document recent fixes

parent a0d11462
...@@ -57,6 +57,7 @@ is based on [Keep a Changelog](https://keepachangelog.com). ...@@ -57,6 +57,7 @@ is based on [Keep a Changelog](https://keepachangelog.com).
- Destroying a consumer or producer resource before opening it lead to a stall - Destroying a consumer or producer resource before opening it lead to a stall
of the consumer / producer. The buffer now keeps track of whether `close` or of the consumer / producer. The buffer now keeps track of whether `close` or
`abort` were called prior to consumers or producers attaching. `abort` were called prior to consumers or producers attaching.
- Fix potential leaks and ASAN findings in some flow operators.
### Deprecated ### Deprecated
......
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