From 71d953f0e55a4ac5b7255af03048b49cd4370386 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Tue, 22 Feb 2022 19:34:54 +0100 Subject: [PATCH] Add CHANGELOG instructions and fix incorrectly placed item --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94b745b387..b5e206630d 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`