diff options
author | 2022-02-09 18:57:58 +0100 | |
---|---|---|
committer | 2022-02-10 09:09:55 +0100 | |
commit | e9675c9a615ac34ce71669a6a5bd8245672b8407 (patch) | |
tree | 0206de3721362473ec1e0d8e84913190ac1438c0 | |
parent | 099544f655795aa63b87d2f0b004331a57b93dbe (diff) | |
download | rtic-e9675c9a615ac34ce71669a6a5bd8245672b8407.tar.gz rtic-e9675c9a615ac34ce71669a6a5bd8245672b8407.tar.zst rtic-e9675c9a615ac34ce71669a6a5bd8245672b8407.zip |
Update CHANGELOG
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 84b42f22..e16bb75c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added +- Cargo clippy in CI +- 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. |