aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2019-02-12 17:28:16 +0100
committerJorge Aparicio <jorge@japaric.io>2019-02-12 17:28:16 +0100
commit4742da94e7b3122875bc9351a7bc726401612d3c (patch)
tree4b241fa09b16ca90dc25f4913fdbc1a305574f6a /CHANGELOG.md
parented6460f6dc27afc7fcd45dfe93a2ed4a58c5d3b6 (diff)
changelog: note that new syntax is documented in the book
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 189e02b..7b45a0b 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