mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Add CHANGELOG instructions and fix incorrectly placed item
This commit is contained in:
parent
57da1e0403
commit
71d953f0e5
1 changed files with 6 additions and 1 deletions
|
@ -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`
|
||||||
|
|
Loading…
Reference in a new issue