diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2019-02-12 15:27:08 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2019-02-12 15:27:08 +0100 |
| commit | 519d7ca0569c25a23b1fab383351eb4d8344cdb0 (patch) | |
| tree | 03144037d21a2cbe97091d08d7410965454234eb /CHANGELOG.md | |
| parent | 1e9058cab2d29979da9856a8198884b50176ccbc (diff) | |
update CHANGELOG with alt init syntax
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b780873..189e02b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. |
