Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 818 Bytes

CHANGELOG.md

File metadata and controls

31 lines (23 loc) · 818 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.2.3 - 2023-03-22

Changed

  • Improve Windows support.

0.2.0 - 2018-11-14

Added

  • Add support for no_std.
  • Add Support for Windows.
  • Add test for Windows and OS X.
  • Add benchmark.
  • Implement a fallback for old Linux systems.

Changed

  • Change the API in a backward-incompatible manner.

Removed

  • Remove the memory barrier normal path. Use fence(Ordering::SeqCst) instead.

0.1.0 - 2018-03-29

Added

  • First version of membarrier-rs.