aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 189e02b8..7b45a0b0 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