Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

39 lines (22 loc) · 1.38 KB

Features

  • Added support for no-std targets by adding an std feature which is enabled by default. Without this, spin will be used for locking.
  • Added support for targets that lack support for certain atomic operations by using portable atomics.

Full Changelog: https://github.com/WhyAreAllTheseTaken/sortlock/compare/v0.1.0...v0.2.0

Changes

Changes

  • Increases the maximum number of locks in a group to 10.

Full Changelog: https://github.com/WhyAreAllTheseTaken/sortlock/compare/v0.0.0...v0.1.0

Changes

The initial release of SortLock.

Full Changelog: https://github.com/WhyAreAllTheseTaken/sortlock/commits/v0.0.0

Changes