Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 800 Bytes

CHANGELOG.md

File metadata and controls

16 lines (12 loc) · 800 Bytes

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.

[0.4.1] - 2023-11-09

  • Update to heapless 0.8, and use heapless MpMcQueue for targets that do not have atomics, as crossbeam does not support such targets yet

[0.4.0] - 2023-10-17

  • Crate goals clarified
  • Crate redesigned to follow the API of async-executor
  • Re-implemented as a completely portable executor which is itself a Future (platform/OS is expected to provide a block_on or "spawn a Future onto an event loop" primitive, but the executor is unaware of it)
  • Documentation, examples, tests
  • More user-friendly README