mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Update CHANGELOG
This commit is contained in:
parent
03af9b1994
commit
eb345b7dbb
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue