Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Sep 21, 2023
1 parent 7cf30a7 commit 02eb9e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 02eb9e1

Please sign in to comment.