aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Henrik Tjäder <henrik@grepit.se> 2022-02-22 19:34:54 +0100
committerGravatar Henrik Tjäder <henrik@grepit.se> 2022-02-22 19:34:54 +0100
commit71d953f0e55a4ac5b7255af03048b49cd4370386 (patch)
treed106bbc44d4d88460e1ebd504581fd08bf64285f
parent57da1e0403510cafbdcf88e402b39ae6d3bf323e (diff)
downloadrtic-71d953f0e55a4ac5b7255af03048b49cd4370386.tar.gz
rtic-71d953f0e55a4ac5b7255af03048b49cd4370386.tar.zst
rtic-71d953f0e55a4ac5b7255af03048b49cd4370386.zip
Add CHANGELOG instructions and fix incorrectly placed item
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 94b745b3..b5e20663 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
@@ -27,11 +29,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`