From f17915842ff18be48b6c8ed5faac378bc26ff3b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Wed, 27 Nov 2024 20:22:21 +0100 Subject: [PATCH] docs/changelog reorder (#1000) * rtic: Changelog reorder based on date * rtic: Changelog: Emphasis on stack-like operation --- rtic/CHANGELOG.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/rtic/CHANGELOG.md b/rtic/CHANGELOG.md index 835c7f0f05..0799bf5229 100644 --- a/rtic/CHANGELOG.md +++ b/rtic/CHANGELOG.md @@ -3,18 +3,31 @@ 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] ### 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