From 9db979cf80633353e88cde7c89a2562a1790e5ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Wed, 27 Nov 2024 20:15:39 +0100 Subject: [PATCH 1/2] rtic: Changelog reorder based on date --- rtic/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rtic/CHANGELOG.md b/rtic/CHANGELOG.md index 835c7f0f053d..5239586e5bfc 100644 --- a/rtic/CHANGELOG.md +++ b/rtic/CHANGELOG.md @@ -9,12 +9,12 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ### Changed +- Updated esp32c3 dependency to v0.26.0 +- Updated esp32c3 dependency to v0.25.0 +- Replace `atomic-polyfill` with `portable-atomic` - Updated esp32c3 dependency to v0.22.0 - Use `riscv-slic` from `crates.io` -- Replace `atomic-polyfill` with `portable-atomic` - Remove unused dependency `rtic-monotonics` -- Updated esp32c3 dependency to v0.25.0 -- Updated esp32c3 dependency to v0.26.0 ## [v2.1.1] - 2024-03-13 From 474e389c08239ed3f7c7edfc1c5572e391747ed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Wed, 27 Nov 2024 20:16:34 +0100 Subject: [PATCH 2/2] rtic: Changelog: Emphasis on stack-like operation --- rtic/CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/rtic/CHANGELOG.md b/rtic/CHANGELOG.md index 5239586e5bfc..0799bf5229bc 100644 --- a/rtic/CHANGELOG.md +++ b/rtic/CHANGELOG.md @@ -3,7 +3,20 @@ 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! +------------------- + +For each category, *Added*, *Changed*, *Fixed* add **new entries at the top**! + +Example: + +``` +### Changed + +- My new entry goes here +- Previous change + +``` +------------------- ## [Unreleased]