From 9341c2348eaa1f1f1ece1d3ec5ec7e51a29ae765 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Fri, 6 Oct 2023 19:02:09 +0000 Subject: [PATCH] Fix changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97906f66a..c7864d26f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Breaking change: `delay::Delay` struct extended with configurable threshold * Breaking change: `task::wait_any_notification` removed; `task::notify` renamed to `task::notify_and_yield`; new function - `task::notify` - that notifies a task without automatically yielding to the notified task if it is a higher priority than the currently interrupted one * Breaking change: `task::notify*` and `task::wait` now take/return `NonZeroU32` instead of `u32` +* Breaking change: ESP IDF support for `edge-executor` moved to the `edge-executor` crate * Deprecated: Using ESP-IDF 4.3 is now deprecated and all special cfg flags will be removed in the next release ## [0.41.2] - 2023-06-21