Add CHANGELOG instructions and fix incorrectly placed item

This commit is contained in:
Henrik Tjäder 2022-02-22 19:34:54 +01:00
parent 57da1e0403
commit 71d953f0e5

View file

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