cache-padded/CHANGELOG.md

16 lines
200 B
Markdown
Raw Normal View History

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