aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2019-02-12 15:27:08 +0100
committerJorge Aparicio <jorge@japaric.io>2019-02-12 15:27:08 +0100
commit519d7ca0569c25a23b1fab383351eb4d8344cdb0 (patch)
tree03144037d21a2cbe97091d08d7410965454234eb /CHANGELOG.md
parent1e9058cab2d29979da9856a8198884b50176ccbc (diff)
update CHANGELOG with alt init syntax
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
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.