Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

54 lines (32 loc) · 1.86 KB

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

0.2.2 - 2023-08-19

  • Exclude unneeded files from crates.io.

0.2.1 - 2023-01-15

  • Update portable-atomic to 1.

0.2.0 - 2022-08-03

  • Use portable-atomic crate on no-std targets to soundly support targets that do not have atomic load/store. (#4)

  • inline-always optional feature is now considered unstable.

  • Remove atomic_memcpy_unsafe_volatile cfg.

  • Remove unstable no-panic optional feature.

0.1.3 - 2022-02-26

  • Fix documentation about uninitialized bytes. (#5)

0.1.2 - 2022-02-24

  • Fix compatibility with -Zmiri-symbolic-alignment-check. (d7961b8)

0.1.1 - 2022-02-13

  • Fix "unsupported operation: unable to turn pointer into raw bytes" Miri error. (#1)

0.1.0 - 2022-02-12

Initial release