Fix changelog

This commit is contained in:
ivmarkov 2023-10-06 19:02:09 +00:00
parent ebeef0fcc8
commit 9341c2348e

View File

@ -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