cache-padded/CHANGELOG.md

20 lines
373 B
Markdown
Raw Permalink Normal View History

# Version 1.3.0
- This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
2021-12-19 05:44:16 +00:00
# Version 1.2.0
2021-12-19 05:50:21 +00:00
- Improve implementation of `CachePadded`. (#8)
2021-12-19 05:44:16 +00:00
2020-07-07 21:28:34 +00:00
# Version 1.1.1
- Forbid unsafe code.
2020-05-31 10:32:16 +00:00
# Version 1.1.0
- Mark `CachePadded::new()` as const fn.
2020-05-25 22:47:42 +00:00
# Version 1.0.0
- Initial version