mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
changelog: note that new syntax is documented in the book
This commit is contained in:
parent
ed6460f6dc
commit
4742da94e7
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
- 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.
|
||||
old `fn init()` form. See the section on late resources (resources chapter) in
|
||||
the book for more details.
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
Loading…
Reference in a new issue