docs/changelog reorder (#1000)

* rtic: Changelog reorder based on date

* rtic: Changelog: Emphasis on stack-like operation
This commit is contained in:
Henrik Tjäder 2024-11-27 20:22:21 +01:00 committed by GitHub
parent 8678d424fd
commit f17915842f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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