mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Update CHANGELOG
This commit is contained in:
parent
099544f655
commit
e9675c9a61
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue