Skip to content

Commit

Permalink
docs/changelog reorder (#1000)
Browse files Browse the repository at this point in the history
* rtic: Changelog reorder based on date

* rtic: Changelog: Emphasis on stack-like operation
  • Loading branch information
AfoHT authored Nov 27, 2024
1 parent 8678d42 commit f179158
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions rtic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f179158

Please sign in to comment.