aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-09-28 09:20:00 +0000
committerGitHub <noreply@github.com>2021-09-28 09:20:00 +0000
commitca9088a78b023d944c7d4f3d7e6b0625787ae72e (patch)
treed18b6c86bcc095fc2e3001a454857836badda9ae /CHANGELOG.md
parent0dd97d722e8be843cf91f2dc7aeea4e3336101bf (diff)
parent552be420cba58a6d4b19bf341f40559ebab5be59 (diff)
Merge #539
539: Prepare rc.2 release r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9359a5f..61e1255 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [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
+
## [v0.6.0-rc.1] - 2021-09-27
- Documentation updates