## v0.3.2 * Update links in crate settings, update readme [#11] [#11]: https://github.com/LFDT-Lockness/round-based/pull/11 ## v0.3.1 * Add `rounds_router::simple_store::RoundMsgs::into_iter_including_me()` [#9] [#9]: https://github.com/LFDT-Lockness/round-based/pull/9 ## v0.3.0 * Add no_std and wasm support [#6] * Add state machine wrapper that provides sync API to carry out the protocol defined as async function [#7] [#6]: https://github.com/LFDT-Lockness/round-based/pull/6 [#7]: https://github.com/LFDT-Lockness/round-based/pull/7 ## v0.2.2 * fix: correct handling of stores that need no messages in RoundsRouter [#4] [#4]: https://github.com/LFDT-Lockness/round-based/pull/4 ## v0.2.1 Changes prior this version weren't documented