From 61c6435041ae623570716aa9c93f84f76a0196dd Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Fri, 1 Apr 2022 16:09:49 +0200 Subject: [PATCH] add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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