From 02eb9e1ff96d046e64063b27708af737f51e5d25 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Thu, 21 Sep 2023 18:45:28 +0000 Subject: [PATCH] Fix changelog --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fe4364aa..935037d70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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