diff options
author | 2019-02-12 17:28:16 +0100 | |
---|---|---|
committer | 2019-02-12 17:28:16 +0100 | |
commit | 4742da94e7b3122875bc9351a7bc726401612d3c (patch) | |
tree | 4b241fa09b16ca90dc25f4913fdbc1a305574f6a | |
parent | ed6460f6dc27afc7fcd45dfe93a2ed4a58c5d3b6 (diff) | |
download | rtic-4742da94e7b3122875bc9351a7bc726401612d3c.tar.gz rtic-4742da94e7b3122875bc9351a7bc726401612d3c.tar.zst rtic-4742da94e7b3122875bc9351a7bc726401612d3c.zip |
changelog: note that new syntax is documented in the book
-rw-r--r-- | CHANGELOG.md | 3 |
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 |