Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

42 lines (26 loc) · 1.28 KB

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.

Changed

0.3.1 - 2024-06-20

Changed

  • Restrict Send and Sync trait implementations to disallow non thread-safe Request and Replies (#11)

0.3.0 - 2023-02-01

  • Remove usage of macros and replace it with const and generics (#5)
    • Add tests using loom

0.2.2 - 2022-08-22

  • Soundness fix (#4)

0.2.0 - 2021-04-23

  • Changes API to use references instead of moves. This improves stack usage.