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