add changelog entry

This commit is contained in:
Jorge Aparicio 2022-04-01 16:09:49 +02:00
parent 5e7481fc66
commit 61c6435041

View file

@ -72,6 +72,7 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
- `examples/periodic-at2.rs`, an example of a periodic process with two tasks, with offset timing. - `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. Here we depict two alternative usages of the timer type, explicit and trait based.
- book: Update `Monotonic` tips. - book: Update `Monotonic` tips.
- actor API. for details see [RFC #52](https://github.com/rtic-rs/rfcs/pull/52)
### Fixed ### Fixed