620: Add CHANGELOG instructions and fix incorrectly placed item r=korken89 a=AfoHT



Co-authored-by: Henrik Tjäder <henrik@grepit.se>
This commit is contained in:
bors[bot] 2022-03-01 18:24:46 +00:00 committed by GitHub
commit 790b074e18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
## [Unreleased]
### Added
@ -28,11 +30,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Force mdBook to return error codes
- Readded missing ramfunc output to book
### Changed
- Try to detect `target-dir` for rtic-expansion.rs
## [v1.0.0] - 2021-12-25
### Changed
- Try to detect `target-dir` for rtic-expansion.rs
- Bump RTIC dependencies also updated to v1.0.0
- Edition 2021
- Change default `idle` behaviour to be `NOP` instead of `WFI`