aboutsummaryrefslogtreecommitdiff
path: root/rtic-common/CHANGELOG.md
diff options
context:
space:
mode:
authoronsdagens <pawdzi-7@student.ltu.se>2023-09-27 21:39:35 +0200
committerEmil Fresk <emil.fresk@gmail.com>2023-09-27 19:50:13 +0000
commit2b2208e217a96086696bd6f36cff2a6cd4c4ac9f (patch)
treec17d993fd70954663c0f0ffb6b6afed5228f9714 /rtic-common/CHANGELOG.md
parent3b8d787a917a7a39b28bea85ba2b3a86539e0852 (diff)
esp32c3 support
Diffstat (limited to 'rtic-common/CHANGELOG.md')
-rw-r--r--rtic-common/CHANGELOG.md4
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