diff options
author | 2022-02-22 19:34:54 +0100 | |
---|---|---|
committer | 2022-02-22 19:34:54 +0100 | |
commit | 71d953f0e55a4ac5b7255af03048b49cd4370386 (patch) | |
tree | d106bbc44d4d88460e1ebd504581fd08bf64285f | |
parent | 57da1e0403510cafbdcf88e402b39ae6d3bf323e (diff) | |
download | rtic-71d953f0e55a4ac5b7255af03048b49cd4370386.tar.gz rtic-71d953f0e55a4ac5b7255af03048b49cd4370386.tar.zst rtic-71d953f0e55a4ac5b7255af03048b49cd4370386.zip |
Add CHANGELOG instructions and fix incorrectly placed item
-rw-r--r-- | CHANGELOG.md | 7 |
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` |