From 4742da94e7b3122875bc9351a7bc726401612d3c Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Tue, 12 Feb 2019 17:28:16 +0100 Subject: [PATCH] changelog: note that new syntax is documented in the book --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 189e02b831..7b45a0b0bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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