mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-30 15:34:33 +01:00
docs/changelog reorder (#1000)
* rtic: Changelog reorder based on date * rtic: Changelog: Emphasis on stack-like operation
This commit is contained in:
parent
8678d424fd
commit
f17915842f
1 changed files with 17 additions and 4 deletions
|
@ -3,18 +3,31 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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]
|
## [Unreleased]
|
||||||
|
|
||||||
### Changed
|
### 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
|
- Updated esp32c3 dependency to v0.22.0
|
||||||
- Use `riscv-slic` from `crates.io`
|
- Use `riscv-slic` from `crates.io`
|
||||||
- Replace `atomic-polyfill` with `portable-atomic`
|
|
||||||
- Remove unused dependency `rtic-monotonics`
|
- 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
|
## [v2.1.1] - 2024-03-13
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue