mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
rtic-sync: Remove unstable flag, and add defmt derives (#889)
This commit is contained in:
parent
8b2465ba37
commit
4a23c8d6da
6 changed files with 39 additions and 13 deletions
|
|
@ -7,6 +7,14 @@ For each category, _Added_, _Changed_, _Fixed_ add new entries at the top!
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
|
||||
- Unstable features are now stable, the feature flag `unstable` is removed.
|
||||
|
||||
### Added
|
||||
|
||||
- `defmt v0.3` derives added and forwarded to `embedded-hal(-x)` crates.
|
||||
|
||||
## v1.2.0 - 2024-01-10
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue