aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-02-08 18:09:45 +0000
committerGitHub <noreply@github.com>2022-02-08 18:09:45 +0000
commitab26a1e185f0c18d09937e9e7296a67ca5ad1baf (patch)
treec7860677b852ac61e489c95f07d912605cc96063 /CHANGELOG.md
parent5adee8d3f913888047eca00ba26b593510142275 (diff)
parent7af09cb1262fa60d31164662966dcb851f0bc314 (diff)
Merge #602
602: book: Restore accidentally removed files r=korken89 a=AfoHT - book: Restore accidentally removed files - Update changelog Co-authored-by: Henrik Tjäder <henrik@grepit.se>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 618a00b..112491d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- `examples/periodic-at2.rs`, an example of a periodic process with two tasks, with offset timing. Here we depict two alternative usages of the timer type, explicit and trait based.
- book: Update `Monotonic` tips.
+### Fixed
+
+- Readded missing ramfunc output to book
+
## [v1.0.0] - 2021-12-25
### Changed