summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Henrik Tjäder <henrik@grepit.se> 2021-11-08 18:39:09 +0100
committerGravatar Henrik Tjäder <henrik@grepit.se> 2021-11-08 18:39:09 +0100
commiteb345b7dbb6826940c2aee3c51fd077d29284cf7 (patch)
tree1f26a7145f60732e162b63bdea1e76a12a65c05b
parent03af9b19943e3b953ec8f557e5359d6b8627de5b (diff)
downloadrtic-eb345b7dbb6826940c2aee3c51fd077d29284cf7.tar.gz
rtic-eb345b7dbb6826940c2aee3c51fd077d29284cf7.tar.zst
rtic-eb345b7dbb6826940c2aee3c51fd077d29284cf7.zip
Update CHANGELOG
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61e12556..6caab7fa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+### Fixed
+
+- Match rtic-syntax Analysis-struct updates from https://github.com/rtic-rs/rtic-syntax/pull/61
+
## [v0.6.0-rc.2] - 2021-09-28
- Fixed issue with `cortex_m` being used by the codegen instead of using the `rtic::export::...` which could make an app not compile if Systick is used and the user did not have the cortex-m crate as a dependency