aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'rtic-macros/CHANGELOG.md')
-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 5a69d42..dd9dcea 100644
--- a/rtic-macros/CHANGELOG.md
+++ b/rtic-macros/CHANGELOG.md
@@ -14,6 +14,10 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
- Fix codegen emitting unqualified `Result`
- Improve error output for prios > dispatchers
+### Fixed
+
+- Fix interrupt handlers when targeting esp32c3 and using latest version of esp-hal
+
## [v2.1.0] - 2024-02-27
### Added