mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-25 21:19:35 +01:00
update CHANGELOG with alt init syntax
This commit is contained in:
parent
1e9058cab2
commit
519d7ca056
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- Use an absolute link to the book so it works when landing from crates.io
|
||||
documentation page
|
||||
|
||||
- The initialization function can now be written as `fn init() ->
|
||||
init::LateResources` when late resources are used. This is preferred over the
|
||||
old `fn init()` form.
|
||||
|
||||
### Fixed
|
||||
|
||||
- `#[interrupt]` and `#[exception]` no longer produce warnings on recent nightlies.
|
||||
|
|
Loading…
Reference in a new issue