# CHANGELOG ## v0.2.0 - 2024-08-05 ### Changed - Send and receive operations now require `&mut` to avoid a race condition in how timeouts are set. - AIO operations are cancelled and any errors swallowed when dropping a send or receive future. This should provide a degree of cancel-safety so that futures that are dropped before being realized / awaited do not leave the internal channel in an incomplete (full) state. ## v0.1.0 - 2024-08-05 ### Added - First version of library