diff --git a/esp-hal/CHANGELOG.md b/esp-hal/CHANGELOG.md index 8892e1e62..39ac25443 100644 --- a/esp-hal/CHANGELOG.md +++ b/esp-hal/CHANGELOG.md @@ -16,7 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `ESP_HAL_CONFIG_CRITICAL_SECTION_IMPL` to allow opting out of the default `critical-section` implementation (#3293) - All peripheral singletons (`GpioPin<...>`, `SPIn`, ...) now have a lifetime, as well as `steal`, `reborrow` and `clone_unchecked` methods (#3305) - `i2c::master::Operation` now implements `defmt::Format` (#3348) -- ESP32-S2: Support for light-/deep-sleep(#375) - ESP32-S2: Support for light-/deep-sleep (#3341) ### Changed