diff --git a/rtic-macros/CHANGELOG.md b/rtic-macros/CHANGELOG.md index 3390c531d49..f9a9445e5d0 100644 --- a/rtic-macros/CHANGELOG.md +++ b/rtic-macros/CHANGELOG.md @@ -7,6 +7,10 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ## [Unreleased] +### Added + +- Outer attributes applied to RTIC app module are now forwarded to the generated code. + ## [v2.2.0] - 2025-06-22 ### Added diff --git a/rtic/CHANGELOG.md b/rtic/CHANGELOG.md index 12f5cf00489..e6ee9eb7cf9 100644 --- a/rtic/CHANGELOG.md +++ b/rtic/CHANGELOG.md @@ -20,6 +20,10 @@ Example: ## [Unreleased] +### Added + +- Outer attributes applied to RTIC app module are now forwarded to the generated code. + ## [v2.2.0] - 2025-06-22 ### Added