Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.0.2 - 2026-02-17
Fixed
- Fixed segfault in
coro_yieldby adding NULL checks for destroyed or missing fibers. - Resolved stall in exception handling by introducing
last_sendertracking to preventparent_idcycles.
Changed
- Made unit tests a lot more noisy
v0.0.1 - 2026-02-16
Changes
- It exists! It shouldn't but it does.