summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2022-03-01 18:24:46 +0000
committerGravatar GitHub <noreply@github.com> 2022-03-01 18:24:46 +0000
commit790b074e18e13370aaab698587d6f0fa262aad1d (patch)
tree3a494aa85735b159aeab5209ab7241fe58fe75ac
parent2e4cbe9df595c2c4cb90c788030351a7f91339f6 (diff)
parent71d953f0e55a4ac5b7255af03048b49cd4370386 (diff)
downloadrtic-790b074e18e13370aaab698587d6f0fa262aad1d.tar.gz
rtic-790b074e18e13370aaab698587d6f0fa262aad1d.tar.zst
rtic-790b074e18e13370aaab698587d6f0fa262aad1d.zip
Merge #620
620: Add CHANGELOG instructions and fix incorrectly placed item r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@grepit.se>
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53406faf..09427573 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
@@ -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`