diff --git a/rtic/CHANGELOG.md b/rtic/CHANGELOG.md index b71b8d0dc02..b228e3d968b 100644 --- a/rtic/CHANGELOG.md +++ b/rtic/CHANGELOG.md @@ -36,6 +36,7 @@ Example: - Placate clippy - Updated esp32c3 dependency to v0.27.0 - Allow software tasks to be diverging (return `!`) and give them `'static` context. +- Added more `unsafe` blocks and migrated to 2024 edition. ### Added