update CHANGELOG with alt init syntax

This commit is contained in:
Jorge Aparicio 2019-02-12 15:27:08 +01:00
parent 1e9058cab2
commit 519d7ca056

View file

@ -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 - Use an absolute link to the book so it works when landing from crates.io
documentation page 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 ### Fixed
- `#[interrupt]` and `#[exception]` no longer produce warnings on recent nightlies. - `#[interrupt]` and `#[exception]` no longer produce warnings on recent nightlies.