aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2020-11-14 12:58:49 +0000
committerHenrik Tjäder <henrik@tjaders.com>2020-11-14 12:58:49 +0000
commit1208e590832829c3ad2dd89d59d88732a3180b90 (patch)
tree7e2fa1506f248de50805a1456a9b05500956e7f9 /CHANGELOG.md
parent308f412f7fdf9197c7811c6e9c7cbb5d1133697d (diff)
Update the Changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 22018eb..4ccaba8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [v0.6.0-alpha.0] - 2020-11-14
+
### Added
- Allow annotating resources to activate special resource locking behaviour.
@@ -21,6 +23,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[PR 400]: https://github.com/rtic-rs/cortex-m-rtic/pull/400
+- [breaking-change] [PR 399] Locking resources are now always required to achieve a symmetric UI.
+
+[PR 399]: https://github.com/rtic-rs/cortex-m-rtic/pull/399
+
- [breaking-change] [PR 390] Rework whole spawn/schedule, support `foo::spawn( ... )`,
`foo::schedule( ... )`.