Fix changelog

This commit is contained in:
ivmarkov 2023-09-21 18:45:28 +00:00
parent 7cf30a7198
commit 02eb9e1ff9

View File

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.42.0] - 2023-09-19
## [0.42.0] - 2023-09-21
* MSRV raised to 1.71
* New driver: I2S
* New driver: continuous ADC
@ -17,7 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* `task` module: new sub-module - `notification` - a more ergonomic API around the FreeRTOS task notification API
which was already exposed via the `task::notify` and `task::wait_notification` APIs
* Upgraded to `embedded-hal` 1.0.0-rc.1 and `embedded-hal-async` 1.0.0-rc.1
* OTA: `EspOtaUpdate` now parametric over time and returned by value
* Dependency `esp-idf-sys` now re-exported as `esp_idf_hal::sys`
* 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