mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Update the Changelog
This commit is contained in:
parent
308f412f7f
commit
1208e59083
1 changed files with 6 additions and 0 deletions
|
@ -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( ... )`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue