aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@grepit.se>2022-02-22 19:34:54 +0100
committerHenrik Tjäder <henrik@grepit.se>2022-02-22 19:34:54 +0100
commit71d953f0e55a4ac5b7255af03048b49cd4370386 (patch)
treed106bbc44d4d88460e1ebd504581fd08bf64285f /CHANGELOG.md
parent57da1e0403510cafbdcf88e402b39ae6d3bf323e (diff)
Add CHANGELOG instructions and fix incorrectly placed item
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 94b745b..b5e2066 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`