aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rtic-macros/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/rtic-macros/CHANGELOG.md b/rtic-macros/CHANGELOG.md
index b262f64..75bf504 100644
--- a/rtic-macros/CHANGELOG.md
+++ b/rtic-macros/CHANGELOG.md
@@ -11,6 +11,10 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
- Added `waker` getter to software tasks
+### Fixed
+
+- Support Rust edition 2024 `unsafe(link_section)` attribute
+
## [v2.1.3] - 2025-06-08
### Changed