aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Cornelis Draaijer <johannes.draaijer@kiteshield.com>2025-09-03 16:56:03 +0200
committerHenrik Tjäder <henrik@tjaders.com>2025-09-17 19:40:38 +0200
commit24d6d88551814f8c8cc56c146954f962bad40b3b (patch)
tree44d57b5500bb705f21bec267825dcb8a353232b5
parent3ba1632f8d8e4c5564de282ad359e33151956bb6 (diff)
Update CHANGELOGs
-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