diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-02-15 19:25:56 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-15 19:25:56 +0000 |
| commit | 110a82f7b6a229f0c563b1dd67b5381ba0e308d1 (patch) | |
| tree | ed93e22f044d8dd175f8ab13550a405c8452cd46 /CHANGELOG.md | |
| parent | c3dd044c57fa98d89aaba1ef16379a891551c8b4 (diff) | |
| parent | da25327226342bcb87d7962a36f86f31fac71ef5 (diff) | |
Merge #608
608: Debug bors r=perlindgren a=AfoHT
Co-authored-by: Henrik Tjäder <henrik@grepit.se>
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b140e9..8070ac0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Use rust-cache Github Action - CI changelog entry enforcer - `examples/periodic-at.rs`, an example of a periodic timer without accumulated drift. -- `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. +- `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 |
