aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2024-11-27 20:22:21 +0100
committerGitHub <noreply@github.com>2024-11-27 19:22:21 +0000
commitf17915842ff18be48b6c8ed5faac378bc26ff3b3 (patch)
treea1deddfd01db855beedd71dee90a26f94701ebb8
parent8678d424fd17596b6f6bc89815d2daa1be39c4d6 (diff)
docs/changelog reorder (#1000)
* rtic: Changelog reorder based on date * rtic: Changelog: Emphasis on stack-like operation
-rw-r--r--rtic/CHANGELOG.md21
1 files changed, 17 insertions, 4 deletions
diff --git a/rtic/CHANGELOG.md b/rtic/CHANGELOG.md
index 835c7f0..0799bf5 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