From 519d7ca0569c25a23b1fab383351eb4d8344cdb0 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Tue, 12 Feb 2019 15:27:08 +0100 Subject: [PATCH] update CHANGELOG with alt init syntax --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b780873ec2..189e02b831 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.