Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 817 Bytes

File metadata and controls

47 lines (26 loc) · 817 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.

[1.0.0] - 2025-09-22

Added

  • Added spawn_local function.
  • Started this changelog.

[1.1.0] - 2026-01-29

Added

  • Added support for multi-threaded targets.
  • Added a spawn function for Send futures.

[1.1.1] - 2026-01-29

Modified

  • Updated README.

[1.1.2] - 2026-03-16

Fixed

  • Fixed duplicate scheduling bug.

[1.1.3] - 2026-03-21

Added

  • Single-threaded test suite.
  • Thread-safety test suite.

Fixed

  • Various small issues with the thread-safe backend.

Modified

  • Added testing instructions to README.