aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-02-10 08:36:43 +0000
committerGitHub <noreply@github.com>2022-02-10 08:36:43 +0000
commite65ca34471a5fcf59b08fec31a9c743e2dfb69e9 (patch)
tree2c2e2f89e17d560d85e1f039523ab7447f9f8706 /CHANGELOG.md
parent1464898291fbd7ae0aa3fddcc185a69d9d3979a4 (diff)
parent578cc903c95aec324733df447cb7f54f41fa1581 (diff)
Merge #605
605: GHA: Tune CI r=AfoHT a=AfoHT - GHA: Use rust-cache - GHA: Cleanup single target jobs - GHA: Add cargo clippy Co-authored-by: Henrik Tjäder <henrik@grepit.se>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84b42f2..e16bb75 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.