diff --git a/CHANGELOG.md b/CHANGELOG.md index 68af76937c..4da2fceedd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. Here we depict two alternative usages of the timer type, explicit and trait based. - book: Update `Monotonic` tips. +- actor API. for details see [RFC #52](https://github.com/rtic-rs/rfcs/pull/52) ### Fixed