diff options
Diffstat (limited to 'rtic-common/CHANGELOG.md')
| -rw-r--r-- | rtic-common/CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rtic-common/CHANGELOG.md b/rtic-common/CHANGELOG.md index f90db79..1fe270b 100644 --- a/rtic-common/CHANGELOG.md +++ b/rtic-common/CHANGELOG.md @@ -13,4 +13,8 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ### Fixed +## [v1.0.1] + +- `portable-atomic` used as a drop in replacement for `core::sync::atomic` in code and macros. `portable-atomic` imported with `default-features = false`, as we do not require CAS. + ## [v1.0.0] - 2023-05-31 |
