aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rtic-macros/CHANGELOG.md4
-rw-r--r--rtic/CHANGELOG.md4
2 files changed, 8 insertions, 0 deletions
diff --git a/rtic-macros/CHANGELOG.md b/rtic-macros/CHANGELOG.md
index 3390c53..f9a9445 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 12f5cf0..e6ee9eb 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