aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rtic/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtic/CHANGELOG.md b/rtic/CHANGELOG.md
index b71b8d0..b228e3d 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